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)
135
if (DependencyProperty.FromName(
_propertyValue
.Property.Name, _item.ObjectType) ==
_propertyValue
.Property)
137
_descriptor = DependencyPropertyDescriptor.FromProperty(
_propertyValue
.Property, _item.ObjectType);
163
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(
_propertyValue
.Property, _item.ObjectType);
171
get { return
_propertyValue
.Property.Name; }
176
get { return
_propertyValue
.Property.PropertyType; }
181
get { return
_propertyValue
.Property; }
187
switch (
_propertyValue
.ValueType)
191
return
_propertyValue
.Value;
193
return new DynamicResourceExtension(
_propertyValue
.Value);