1 write to _descriptor
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
768_descriptor = descriptor;
6 references to _descriptor
PresentationFramework (6)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (6)
773get { return _descriptor.Name; } 778get { return _descriptor.PropertyType; } 783get { return _descriptor; } 871value = _descriptor.GetValue(_object.Instance); 890get { return _descriptor.Attributes; } 897DependencyPropertyDescriptor dpDesc = DependencyPropertyDescriptor.FromProperty(_descriptor);