2 instantiations of TypeDependencyPropertyCache
ReachFramework (2)
Serialization\Manager\MetroSerializationManager.cs (2)
653new TypeDependencyPropertyCache(propertyCache.MemberInfo, 890dependencyPropertyCache = new TypeDependencyPropertyCache(memberInfo,
28 references to TypeDependencyPropertyCache
ReachFramework (28)
Serialization\Manager\MetroSerializationManager.cs (14)
287TypeDependencyPropertyCache dependencyProperty 611TypeDependencyPropertyCache[] 616TypeDependencyPropertyCache[] serializableDependencyProperties = null; 622TypeDependencyPropertyCache[] dependencyProperties = item.GetSerializableDependencyProperties(); 635if(TypeDependencyPropertyCache. 645serializableDependencyProperties = new TypeDependencyPropertyCache[serializablePropertiesIndex]; 651TypeDependencyPropertyCache propertyCache = dependencyProperties[serializableIndeces[indexInSerializableDependencyProperties]]; 652TypeDependencyPropertyCache serializablePropertyCache = 793TypeDependencyPropertyCache[] dependencyPropertiesCache = new TypeDependencyPropertyCache[list.Count]; 876TypeDependencyPropertyCache. 889TypeDependencyPropertyCache 904TypeDependencyPropertyCache[] serializableDependencyPropertiesCache = 905new TypeDependencyPropertyCache[numOfSerializableDependencyProperties];
Serialization\Manager\ReachSerializableProperties.cs (7)
271TypeDependencyPropertyCache[] dependencyProperties = _serializationManager. 281TypeDependencyPropertyCache dependencyPropertyCache = 292((DependencyProperty)((TypeDependencyPropertyCache)dependencyPropertyContext.TypePropertyCache). 721TypeDependencyPropertyCache propertyCache) : 732TypeDependencyPropertyCache propertyCache) : 852memberInfo = ((TypeDependencyPropertyCache)TypePropertyCache).MemberInfo; 872dependencyProperty = ((TypeDependencyPropertyCache)TypePropertyCache).DependencyProperty;
Serialization\Manager\ReachSerializationCacheItems.cs (4)
16TypeDependencyPropertyCache[] properties 24TypeDependencyPropertyCache[] 35TypeDependencyPropertyCache[] serializableDependencyProperties; 526TypeDependencyPropertyCache propertyCache
Serialization\Manager\XpsOMSerializationManager.cs (1)
266TypeDependencyPropertyCache dependencyProperty
Serialization\Manager\XpsSerializationManager.cs (2)
721TypeDependencyPropertyCache dependencyProperty 732TypeDependencyPropertyCache dependencyProperty,