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)
213
if (
_compatTable
.TryGetValue(oldXmlnamespace, out newXmlNamespace))
400
if (
_compatTable
.ContainsKey(oldXmlns) &&
401
_compatTable
[oldXmlns] != newXmlns)
404
_compatTable
[oldXmlns]));
406
_compatTable
[oldXmlns] = newXmlns;