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)
207
if (
_compatTable
.TryGetValue(oldXmlnamespace, out newXmlNamespace))
394
if (
_compatTable
.ContainsKey(oldXmlns) &&
395
_compatTable
[oldXmlns] != newXmlns)
398
_compatTable
[oldXmlns]));
400
_compatTable
[oldXmlns] = newXmlns;