2 instantiations of TypeDependencyPropertyCache
ReachFramework (2)
Serialization\Manager\MetroSerializationManager.cs (2)
653new TypeDependencyPropertyCache(propertyCache.MemberInfo, 889dependencyPropertyCache = new TypeDependencyPropertyCache(memberInfo,
28 references to TypeDependencyPropertyCache
ReachFramework (28)
Serialization\Manager\MetroSerializationManager.cs (14)
288TypeDependencyPropertyCache dependencyProperty 611TypeDependencyPropertyCache[] 616TypeDependencyPropertyCache[] serializableDependencyProperties = null; 622TypeDependencyPropertyCache[] dependencyProperties = item.GetSerializableDependencyProperties(); 635if(TypeDependencyPropertyCache. 645serializableDependencyProperties = new TypeDependencyPropertyCache[serializablePropertiesIndex]; 651TypeDependencyPropertyCache propertyCache = dependencyProperties[serializableIndeces[indexInSerializableDependencyProperties]]; 652TypeDependencyPropertyCache serializablePropertyCache = 792TypeDependencyPropertyCache[] dependencyPropertiesCache = new TypeDependencyPropertyCache[list.Count]; 875TypeDependencyPropertyCache. 888TypeDependencyPropertyCache 903TypeDependencyPropertyCache[] serializableDependencyPropertiesCache = 904new TypeDependencyPropertyCache[numOfSerializableDependencyProperties];
Serialization\Manager\ReachSerializableProperties.cs (7)
272TypeDependencyPropertyCache[] dependencyProperties = _serializationManager. 282TypeDependencyPropertyCache dependencyPropertyCache = 293((DependencyProperty)((TypeDependencyPropertyCache)dependencyPropertyContext.TypePropertyCache). 722TypeDependencyPropertyCache propertyCache) : 733TypeDependencyPropertyCache propertyCache) : 853memberInfo = ((TypeDependencyPropertyCache)TypePropertyCache).MemberInfo; 873dependencyProperty = ((TypeDependencyPropertyCache)TypePropertyCache).DependencyProperty;
Serialization\Manager\ReachSerializationCacheItems.cs (4)
17TypeDependencyPropertyCache[] properties 25TypeDependencyPropertyCache[] 36TypeDependencyPropertyCache[] serializableDependencyProperties; 527TypeDependencyPropertyCache propertyCache
Serialization\Manager\XpsOMSerializationManager.cs (1)
273TypeDependencyPropertyCache dependencyProperty
Serialization\Manager\XpsSerializationManager.cs (2)
732TypeDependencyPropertyCache dependencyProperty 743TypeDependencyPropertyCache dependencyProperty,