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(); 261if (_xmlnsDictionary == null) 264return _xmlnsDictionary; 445if (parserContext._xmlnsDictionary != null) 447foreach (string key in parserContext._xmlnsDictionary.Keys) 449xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary[key]);