13 writes to PropertyValue
ReachFramework (13)
Serialization\Manager\MetroSerializationManager.cs (7)
594
serializablePropertyCache.
PropertyValue
= propertyCache.PropertyValue;
606
clrProperties[indexInClrProperties].
PropertyValue
= null;
670
serializablePropertyCache.
PropertyValue
= propertyCache.PropertyValue;
682
dependencyProperties[indexInDependencyProperties].
PropertyValue
= null;
1047
propertyCache.
PropertyValue
= propertyCache.PropertyInfo.GetValue(serializableObject, null);
1056
propertyCache.
PropertyValue
= propertyCache.PropertyInfo.GetValue(serializableObject, null);
1064
propertyCache.
PropertyValue
= null;
Serialization\Manager\ReachSerializableProperties.cs (1)
684
_propertyInfo.
PropertyValue
= value;
Serialization\Manager\ReachSerializationCacheItems.cs (5)
470
this.
PropertyValue
= null;
558
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
568
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
579
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
589
propertyCache.
PropertyValue
= null;
7 references to PropertyValue
ReachFramework (7)
Serialization\Manager\MetroSerializationManager.cs (3)
594
serializablePropertyCache.PropertyValue = propertyCache.
PropertyValue
;
670
serializablePropertyCache.PropertyValue = propertyCache.
PropertyValue
;
1060
propertyCache.
PropertyValue
);
Serialization\Manager\ReachSerializableProperties.cs (1)
679
return _propertyInfo.
PropertyValue
;
Serialization\Manager\ReachSerializationCacheItems.cs (3)
585
propertyCache.
PropertyValue
);
595
if ((propertyCache.
PropertyValue
== null) ||
596
(propertyCache.
PropertyValue
== System.Windows.DependencyProperty.UnsetValue))