1 write to _compatTable
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
62
_compatTable
= new Dictionary<string,string>();
5 references to _compatTable
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (5)
204
if (
_compatTable
.TryGetValue(oldXmlnamespace, out newXmlNamespace))
391
if (
_compatTable
.ContainsKey(oldXmlns) &&
392
_compatTable
[oldXmlns] != newXmlns)
395
_compatTable
[oldXmlns]));
397
_compatTable
[oldXmlns] = newXmlns;