13 writes to PropertyValue
ReachFramework (13)
Serialization\Manager\MetroSerializationManager.cs (7)
584
PropertyValue
= propertyCache.PropertyValue
597
clrProperties[indexInClrProperties].
PropertyValue
= null;
661
PropertyValue
= propertyCache.PropertyValue
674
dependencyProperties[indexInDependencyProperties].
PropertyValue
= null;
1039
propertyCache.
PropertyValue
= propertyCache.PropertyInfo.GetValue(serializableObject, null);
1048
propertyCache.
PropertyValue
= propertyCache.PropertyInfo.GetValue(serializableObject, null);
1056
propertyCache.
PropertyValue
= null;
Serialization\Manager\ReachSerializableProperties.cs (1)
673
_propertyInfo.
PropertyValue
= value;
Serialization\Manager\ReachSerializationCacheItems.cs (5)
458
this.
PropertyValue
= null;
546
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
556
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
567
propertyCache.
PropertyValue
= targetDO.ReadLocalValue((DependencyProperty)propertyCache.DependencyProperty);
577
propertyCache.
PropertyValue
= null;
7 references to PropertyValue
ReachFramework (7)
Serialization\Manager\MetroSerializationManager.cs (3)
584
PropertyValue = propertyCache.
PropertyValue
661
PropertyValue = propertyCache.
PropertyValue
1052
propertyCache.
PropertyValue
);
Serialization\Manager\ReachSerializableProperties.cs (1)
668
return _propertyInfo.
PropertyValue
;
Serialization\Manager\ReachSerializationCacheItems.cs (3)
573
propertyCache.
PropertyValue
);
583
if ((propertyCache.
PropertyValue
== null) ||
584
(propertyCache.
PropertyValue
== System.Windows.DependencyProperty.UnsetValue))