1 write to _typeInformationCache
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
297
newMapper.
_typeInformationCache
= CloneHybridDictionary(_typeInformationCache);
3 references to _typeInformationCache
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapper.cs (3)
297
newMapper._typeInformationCache = CloneHybridDictionary(
_typeInformationCache
);
2988
typeInformationCacheData =
_typeInformationCache
[type] as TypeInformationCacheData;
2994
_typeInformationCache
[type] = typeInformationCacheData;