1 write to _propertyValue
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
130_propertyValue = propertyValue;
10 references to _propertyValue
PresentationFramework (10)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (10)
141if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.ObjectType) == _propertyValue.Property) 143_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 169PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 177get { return _propertyValue.Property.Name; } 182get { return _propertyValue.Property.PropertyType; } 187get { return _propertyValue.Property; } 193switch (_propertyValue.ValueType) 197return _propertyValue.Value; 199return new DynamicResourceExtension(_propertyValue.Value);