7 writes to _xmlnsDictionary
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
74_xmlnsDictionary = null; // created on its first use 105_xmlnsDictionary = new XmlnsDictionary() ; 169_xmlnsDictionary = null; 176_xmlnsDictionary = new XmlnsDictionary(); 262_xmlnsDictionary = new XmlnsDictionary(); 668context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary); 670context._xmlnsDictionary = null;
13 references to _xmlnsDictionary
PresentationFramework (13)
System\Windows\Markup\ParserContext.cs (13)
118_xmlnsDictionary.Add(key, xmlnsManager.LookupNamespace(key)); 173if (parserContext._xmlnsDictionary != null && 174parserContext._xmlnsDictionary.Count > 0) 184_xmlnsDictionary[key] = xmlDictionaryFrom[key]; 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]); 667if (_xmlnsDictionary != null) 668context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary);