2 writes to _xmlnsDictionary
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (2)
73
_xmlnsDictionary
= null; // created on its first use
261
_xmlnsDictionary
= new XmlnsDictionary();
7 references to _xmlnsDictionary
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (7)
216
_xmlnsDictionary
?.PushScope();
249
_xmlnsDictionary
?.PopScope();
260
if (
_xmlnsDictionary
== null)
263
return
_xmlnsDictionary
;
444
if (parserContext.
_xmlnsDictionary
!= null)
446
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
448
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);