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)
203
if (
_compatTable
.TryGetValue(oldXmlnamespace, out newXmlNamespace))
390
if (
_compatTable
.ContainsKey(oldXmlns) &&
391
_compatTable
[oldXmlns] != newXmlns)
394
_compatTable
[oldXmlns]));
396
_compatTable
[oldXmlns] = newXmlns;