1 write to _compatTable
PresentationFramework (1)
src\Framework\System\Windows\Markup\XmlnsCache.cs (1)
148_compatTable = new Dictionary<string, string>();
5 references to _compatTable
PresentationFramework (5)
src\Framework\System\Windows\Markup\XmlnsCache.cs (5)
221if (_compatTable.TryGetValue(oldXmlnamespace, out newXmlNamespace)) 408if (_compatTable.ContainsKey(oldXmlns) && 409_compatTable[oldXmlns] != newXmlns) 412_compatTable[oldXmlns])); 414_compatTable[oldXmlns] = newXmlns;