1 write to _propertyValue
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
124_propertyValue = propertyValue;
10 references to _propertyValue
PresentationFramework (10)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (10)
135if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.ObjectType) == _propertyValue.Property) 137_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 163PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 171get { return _propertyValue.Property.Name; } 176get { return _propertyValue.Property.PropertyType; } 181get { return _propertyValue.Property; } 187switch (_propertyValue.ValueType) 191return _propertyValue.Value; 193return new DynamicResourceExtension(_propertyValue.Value);