1 write to _typesDependencyPropertiesCacheTable
ReachFramework (1)
Serialization\Manager\MetroSerializationManager.cs (1)
494
_typesDependencyPropertiesCacheTable
= new Hashtable(20);
2 references to _typesDependencyPropertiesCacheTable
ReachFramework (2)
Serialization\Manager\MetroSerializationManager.cs (2)
769
cachedItem = (TypeDependencyPropertiesCacheItem)
_typesDependencyPropertiesCacheTable
[type];
926
_typesDependencyPropertiesCacheTable
[type] = cachedItem;