1 write to _cacheTable
PresentationFramework (1)
src\Framework\System\Windows\Markup\XmlnsCache.cs (1)
150
_cacheTable
= new HybridDictionary();
4 references to _cacheTable
PresentationFramework (4)
src\Framework\System\Windows\Markup\XmlnsCache.cs (4)
173
clrNsMapping =
_cacheTable
[xmlns] as List<ClrNamespaceAssemblyPair>;
190
_cacheTable
[xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns);
201
_cacheTable
[xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns);
204
clrNsMapping =
_cacheTable
[xmlns] as List<ClrNamespaceAssemblyPair>;