1 write to _compatTable
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
140_compatTable = new Dictionary<string, string>();
5 references to _compatTable
PresentationFramework (5)
System\Windows\Markup\XmlnsCache.cs (5)
213if (_compatTable.TryGetValue(oldXmlnamespace, out newXmlNamespace)) 400if (_compatTable.ContainsKey(oldXmlns) && 401_compatTable[oldXmlns] != newXmlns) 404_compatTable[oldXmlns])); 406_compatTable[oldXmlns] = newXmlns;