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