2 writes to _xmlnsDictionary
PresentationBuildTasks (2)
Framework\System\Windows\Markup\ParserContext.cs (2)
87
_xmlnsDictionary
= null; // created on its first use
278
_xmlnsDictionary
= new XmlnsDictionary();
9 references to _xmlnsDictionary
PresentationBuildTasks (9)
Framework\System\Windows\Markup\ParserContext.cs (9)
230
if (
_xmlnsDictionary
!= null)
231
_xmlnsDictionary
.PushScope();
264
if (
_xmlnsDictionary
!= null)
265
_xmlnsDictionary
.PopScope();
277
if (
_xmlnsDictionary
== null)
280
return
_xmlnsDictionary
;
467
if (parserContext.
_xmlnsDictionary
!= null)
469
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
471
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);