1 write to _typeInformationCache
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
311newMapper._typeInformationCache = CloneHybridDictionary(_typeInformationCache);
3 references to _typeInformationCache
PresentationFramework (3)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
311newMapper._typeInformationCache = CloneHybridDictionary(_typeInformationCache); 3208typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3214_typeInformationCache[type] = typeInformationCacheData;