2 instantiations of TypeDependencyPropertyCache
ReachFramework (2)
Serialization\Manager\MetroSerializationManager.cs (2)
662new TypeDependencyPropertyCache(propertyCache.MemberInfo, 898dependencyPropertyCache = new TypeDependencyPropertyCache(memberInfo,
28 references to TypeDependencyPropertyCache
ReachFramework (28)
Serialization\Manager\MetroSerializationManager.cs (14)
297TypeDependencyPropertyCache dependencyProperty 620TypeDependencyPropertyCache[] 625TypeDependencyPropertyCache[] serializableDependencyProperties = null; 631TypeDependencyPropertyCache[] dependencyProperties = item.GetSerializableDependencyProperties(); 644if(TypeDependencyPropertyCache. 654serializableDependencyProperties = new TypeDependencyPropertyCache[serializablePropertiesIndex]; 660TypeDependencyPropertyCache propertyCache = dependencyProperties[serializableIndeces[indexInSerializableDependencyProperties]]; 661TypeDependencyPropertyCache serializablePropertyCache = 801TypeDependencyPropertyCache[] dependencyPropertiesCache = new TypeDependencyPropertyCache[list.Count]; 884TypeDependencyPropertyCache. 897TypeDependencyPropertyCache 912TypeDependencyPropertyCache[] serializableDependencyPropertiesCache = 913new TypeDependencyPropertyCache[numOfSerializableDependencyProperties];
Serialization\Manager\ReachSerializableProperties.cs (7)
282TypeDependencyPropertyCache[] dependencyProperties = _serializationManager. 292TypeDependencyPropertyCache dependencyPropertyCache = 303((DependencyProperty)((TypeDependencyPropertyCache)dependencyPropertyContext.TypePropertyCache). 732TypeDependencyPropertyCache propertyCache) : 743TypeDependencyPropertyCache propertyCache) : 863memberInfo = ((TypeDependencyPropertyCache)TypePropertyCache).MemberInfo; 883dependencyProperty = ((TypeDependencyPropertyCache)TypePropertyCache).DependencyProperty;
Serialization\Manager\ReachSerializationCacheItems.cs (4)
28TypeDependencyPropertyCache[] properties 36TypeDependencyPropertyCache[] 47TypeDependencyPropertyCache[] serializableDependencyProperties; 538TypeDependencyPropertyCache propertyCache
Serialization\Manager\XpsOMSerializationManager.cs (1)
278TypeDependencyPropertyCache dependencyProperty
Serialization\Manager\XpsSerializationManager.cs (2)
742TypeDependencyPropertyCache dependencyProperty 753TypeDependencyPropertyCache dependencyProperty,