13 writes to PropertyValue
ReachFramework (13)
Serialization\Manager\MetroSerializationManager.cs (7)
585
serializablePropertyCache.
PropertyValue
= propertyCache.PropertyValue;
597
clrProperties[indexInClrProperties].
PropertyValue
= null;
661
serializablePropertyCache.
PropertyValue
= propertyCache.PropertyValue;
673
dependencyProperties[indexInDependencyProperties].
PropertyValue
= null;
1038
propertyCache.
PropertyValue
= propertyCache.PropertyInfo.GetValue(serializableObject, null);
1047
propertyCache.
PropertyValue
= propertyCache.PropertyInfo.GetValue(serializableObject, null);
1055
propertyCache.
PropertyValue
= null;
Serialization\Manager\ReachSerializableProperties.cs (1)
674
_propertyInfo.
PropertyValue
= value;
Serialization\Manager\ReachSerializationCacheItems.cs (5)
459
this.
PropertyValue
= null;
547
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
557
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
568
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
578
propertyCache.
PropertyValue
= null;
7 references to PropertyValue
ReachFramework (7)
Serialization\Manager\MetroSerializationManager.cs (3)
585
serializablePropertyCache.PropertyValue = propertyCache.
PropertyValue
;
661
serializablePropertyCache.PropertyValue = propertyCache.
PropertyValue
;
1051
propertyCache.
PropertyValue
);
Serialization\Manager\ReachSerializableProperties.cs (1)
669
return _propertyInfo.
PropertyValue
;
Serialization\Manager\ReachSerializationCacheItems.cs (3)
574
propertyCache.
PropertyValue
);
584
if ((propertyCache.
PropertyValue
== null) ||
585
(propertyCache.
PropertyValue
== System.Windows.DependencyProperty.UnsetValue))