Message in Spanish (Español)
Se ha superado el límite de DependencyProperty con el registro de '<var>X</var>'. Las propiedades de dependencia suelen ser miembros de clases estáticas registrados con inicializadores de campo o constructores estáticos. En este caso, puede haber propiedades de dependencia inicializadas accidentalmente en constructores de instancias y que, por tanto, dan lugar a que se supere el límite.
Unlocalized message
DependencyProperty limit has been exceeded upon registration of '<var>X</var>'. Dependency properties are normally static class members registered with static field initializers or static constructors. In this case, there may be dependency properties accidentally getting initialized in instance constructors and thus causing the maximum limit to be exceeded.
Search by Google