1 write to _property
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
42_property = property;
9 references to _property
WindowsBase (9)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (9)
119if (_property == null) 177if (_property == null) 340get { return (_property == null); } 604if (_property == null) 626reflectionType = TypeDescriptor.GetReflectionType(_property.ComponentType); 663if (_property != null) 665baseAttributes = _property.Attributes; 707if (_property == null && !readOnly && GetAttachedPropertySetMethod(_dp) == null) { 712DependencyPropertyAttribute dpa = new DependencyPropertyAttribute(_dp, (_property == null));