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(); 264_xmlnsDictionary = new XmlnsDictionary(); 669context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary); 671context._xmlnsDictionary = null;
15 references to _xmlnsDictionary
PresentationFramework (15)
System\Windows\Markup\ParserContext.cs (15)
118_xmlnsDictionary.Add(key, xmlnsManager.LookupNamespace(key)); 173if (parserContext._xmlnsDictionary != null && 174parserContext._xmlnsDictionary.Count > 0) 184_xmlnsDictionary[key] = xmlDictionaryFrom[key]; 217if (_xmlnsDictionary != null) 218_xmlnsDictionary.PushScope(); 251if (_xmlnsDictionary != null) 252_xmlnsDictionary.PopScope(); 263if (_xmlnsDictionary == null) 266return _xmlnsDictionary; 447if (parserContext._xmlnsDictionary != null) 449foreach (string key in parserContext._xmlnsDictionary.Keys) 451xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary[key]); 668if (_xmlnsDictionary != null) 669context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary);