1 write to _descriptor
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
137_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType);
3 references to _descriptor
PresentationFramework (3)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
140return _descriptor; 157if (_descriptor != null) 159return _descriptor.Attributes;