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