1 write to _compatTable
PresentationFramework (1)
src\Framework\System\Windows\Markup\XmlnsCache.cs (1)
148
_compatTable
= new Dictionary<string, string>();
5 references to _compatTable
PresentationFramework (5)
src\Framework\System\Windows\Markup\XmlnsCache.cs (5)
221
if (
_compatTable
.TryGetValue(oldXmlnamespace, out newXmlNamespace))
408
if (
_compatTable
.ContainsKey(oldXmlns) &&
409
_compatTable
[oldXmlns] != newXmlns)
412
_compatTable
[oldXmlns]));
414
_compatTable
[oldXmlns] = newXmlns;