1 write to _compatTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
79
_compatTable
= new Dictionary<string,string>();
5 references to _compatTable
PresentationBuildTasks (5)
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;