1 write to _propertyValue
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
123_propertyValue = propertyValue;
10 references to _propertyValue
PresentationFramework (10)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (10)
134if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.ObjectType) == _propertyValue.Property) 136_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 162PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 170get { return _propertyValue.Property.Name; } 175get { return _propertyValue.Property.PropertyType; } 180get { return _propertyValue.Property; } 186switch (_propertyValue.ValueType) 190return _propertyValue.Value; 192return new DynamicResourceExtension(_propertyValue.Value);