3 writes to _property
WindowsBase (3)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (3)
43_property = property; 583_property = TypeDescriptor.GetProperties(_componentType)[Name]; 594_property = TypeDescriptor.CreateProperty(_componentType, Name, _dp.PropertyType);
3 references to _property
WindowsBase (3)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (3)
581if (_property == null) 584if (_property == null) 598return _property;