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(); 260if (_xmlnsDictionary == null) 263return _xmlnsDictionary; 444if (parserContext._xmlnsDictionary != null) 446foreach (string key in parserContext._xmlnsDictionary.Keys) 448xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary[key]);