7 writes to _xmlnsDictionary
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
77_xmlnsDictionary = null; // created on its first use 108_xmlnsDictionary = new XmlnsDictionary() ; 172_xmlnsDictionary = null; 179_xmlnsDictionary = new XmlnsDictionary(); 267_xmlnsDictionary = new XmlnsDictionary(); 672context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary); 674context._xmlnsDictionary = null;
15 references to _xmlnsDictionary
PresentationFramework (15)
System\Windows\Markup\ParserContext.cs (15)
121_xmlnsDictionary.Add(key, xmlnsManager.LookupNamespace(key)); 176if (parserContext._xmlnsDictionary != null && 177parserContext._xmlnsDictionary.Count > 0) 187_xmlnsDictionary[key] = xmlDictionaryFrom[key]; 220if (_xmlnsDictionary != null) 221_xmlnsDictionary.PushScope(); 254if (_xmlnsDictionary != null) 255_xmlnsDictionary.PopScope(); 266if (_xmlnsDictionary == null) 269return _xmlnsDictionary; 450if (parserContext._xmlnsDictionary != null) 452foreach (string key in parserContext._xmlnsDictionary.Keys) 454xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary[key]); 671if (_xmlnsDictionary != null) 672context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary);