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)
141
if (DependencyProperty.FromName(
_propertyValue
.Property.Name, _item.ObjectType) ==
_propertyValue
.Property)
143
_descriptor = DependencyPropertyDescriptor.FromProperty(
_propertyValue
.Property, _item.ObjectType);
169
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(
_propertyValue
.Property, _item.ObjectType);
177
get { return
_propertyValue
.Property.Name; }
182
get { return
_propertyValue
.Property.PropertyType; }
187
get { return
_propertyValue
.Property; }
193
switch (
_propertyValue
.ValueType)
197
return
_propertyValue
.Value;
199
return new DynamicResourceExtension(
_propertyValue
.Value);