1 write to _compatTable
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
130_compatTable = new Dictionary<string, string>();
5 references to _compatTable
PresentationFramework (5)
System\Windows\Markup\XmlnsCache.cs (5)
203if (_compatTable.TryGetValue(oldXmlnamespace, out newXmlNamespace)) 390if (_compatTable.ContainsKey(oldXmlns) && 391_compatTable[oldXmlns] != newXmlns) 394_compatTable[oldXmlns])); 396_compatTable[oldXmlns] = newXmlns;