1 write to _descriptor
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
143_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType);
3 references to _descriptor
PresentationFramework (3)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
146return _descriptor; 163if (_descriptor != null) 165return _descriptor.Attributes;