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