1 write to _compatTable
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
131_compatTable = new Dictionary<string, string>();
5 references to _compatTable
PresentationFramework (5)
System\Windows\Markup\XmlnsCache.cs (5)
204if (_compatTable.TryGetValue(oldXmlnamespace, out newXmlNamespace)) 391if (_compatTable.ContainsKey(oldXmlns) && 392_compatTable[oldXmlns] != newXmlns) 395_compatTable[oldXmlns])); 397_compatTable[oldXmlns] = newXmlns;