2 writes to _xmlnsDictionary
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (2)
74
_xmlnsDictionary
= null; // created on its first use
262
_xmlnsDictionary
= new XmlnsDictionary();
7 references to _xmlnsDictionary
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (7)
217
_xmlnsDictionary
?.PushScope();
250
_xmlnsDictionary
?.PopScope();
261
if (
_xmlnsDictionary
== null)
264
return
_xmlnsDictionary
;
445
if (parserContext.
_xmlnsDictionary
!= null)
447
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
449
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);