7 writes to _xmlnsDictionary
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
73_xmlnsDictionary = null; // created on its first use 104_xmlnsDictionary = new XmlnsDictionary() ; 168_xmlnsDictionary = null; 175_xmlnsDictionary = new XmlnsDictionary(); 261_xmlnsDictionary = new XmlnsDictionary(); 667context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary); 669context._xmlnsDictionary = null;
13 references to _xmlnsDictionary
PresentationFramework (13)
System\Windows\Markup\ParserContext.cs (13)
117_xmlnsDictionary.Add(key, xmlnsManager.LookupNamespace(key)); 172if (parserContext._xmlnsDictionary != null && 173parserContext._xmlnsDictionary.Count > 0) 183_xmlnsDictionary[key] = xmlDictionaryFrom[key]; 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]); 666if (_xmlnsDictionary != null) 667context._xmlnsDictionary = new XmlnsDictionary(_xmlnsDictionary);