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)
230if (_xmlnsDictionary != null) 231_xmlnsDictionary.PushScope(); 264if (_xmlnsDictionary != null) 265_xmlnsDictionary.PopScope(); 277if (_xmlnsDictionary == null) 280return _xmlnsDictionary; 467if (parserContext._xmlnsDictionary != null) 469foreach (string key in parserContext._xmlnsDictionary.Keys) 471xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary[key]);