1 write to _compatTable
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
134_compatTable = new Dictionary<string, string>();
5 references to _compatTable
PresentationFramework (5)
System\Windows\Markup\XmlnsCache.cs (5)
207if (_compatTable.TryGetValue(oldXmlnamespace, out newXmlNamespace)) 394if (_compatTable.ContainsKey(oldXmlns) && 395_compatTable[oldXmlns] != newXmlns) 398_compatTable[oldXmlns])); 400_compatTable[oldXmlns] = newXmlns;