7 writes to _xmlnsDictionary
PresentationFramework (7)
src\Framework\System\Windows\Markup\ParserContext.cs (7)
87_xmlnsDictionary = null; // created on its first use 118_xmlnsDictionary = new XmlnsDictionary() ; 182_xmlnsDictionary = null; 189_xmlnsDictionary = new XmlnsDictionary(); 278_xmlnsDictionary = new XmlnsDictionary(); 697context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary); 699context._xmlnsDictionary = null;
15 references to _xmlnsDictionary
PresentationFramework (15)
src\Framework\System\Windows\Markup\ParserContext.cs (15)
131_xmlnsDictionary.Add(key, xmlnsManager.LookupNamespace(key)); 186if (parserContext._xmlnsDictionary != null && 187parserContext._xmlnsDictionary.Count > 0) 197_xmlnsDictionary[key] = xmlDictionaryFrom[key]; 230if (_xmlnsDictionary != null) 231_xmlnsDictionary.PushScope(); 264if (_xmlnsDictionary != null) 265_xmlnsDictionary.PopScope(); 277if (_xmlnsDictionary == null) 280return _xmlnsDictionary; 467if (parserContext._xmlnsDictionary != null) 469foreach (string key in parserContext._xmlnsDictionary.Keys) 471xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary[key]); 696if (_xmlnsDictionary != null) 697context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary);