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();
667
context.
_xmlnsDictionary
= new XmlnsDictionary(_xmlnsDictionary);
669
context.
_xmlnsDictionary
= null;
13 references to _xmlnsDictionary
PresentationFramework (13)
System\Windows\Markup\ParserContext.cs (13)
117
_xmlnsDictionary
.Add(key, xmlnsManager.LookupNamespace(key));
172
if (parserContext.
_xmlnsDictionary
!= null &&
173
parserContext.
_xmlnsDictionary
.Count > 0)
183
_xmlnsDictionary
[key] = xmlDictionaryFrom[key];
216
_xmlnsDictionary
?.PushScope();
249
_xmlnsDictionary
?.PopScope();
260
if (
_xmlnsDictionary
== null)
263
return
_xmlnsDictionary
;
444
if (parserContext.
_xmlnsDictionary
!= null)
446
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
448
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);
666
if (
_xmlnsDictionary
!= null)
667
context._xmlnsDictionary = new XmlnsDictionary(
_xmlnsDictionary
);