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();
262
_xmlnsDictionary
= new XmlnsDictionary();
668
context.
_xmlnsDictionary
= new XmlnsDictionary(_xmlnsDictionary);
670
context.
_xmlnsDictionary
= null;
13 references to _xmlnsDictionary
PresentationFramework (13)
System\Windows\Markup\ParserContext.cs (13)
118
_xmlnsDictionary
.Add(key, xmlnsManager.LookupNamespace(key));
173
if (parserContext.
_xmlnsDictionary
!= null &&
174
parserContext.
_xmlnsDictionary
.Count > 0)
184
_xmlnsDictionary
[key] = xmlDictionaryFrom[key];
217
_xmlnsDictionary
?.PushScope();
250
_xmlnsDictionary
?.PopScope();
261
if (
_xmlnsDictionary
== null)
264
return
_xmlnsDictionary
;
445
if (parserContext.
_xmlnsDictionary
!= null)
447
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
449
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);
667
if (
_xmlnsDictionary
!= null)
668
context._xmlnsDictionary = new XmlnsDictionary(
_xmlnsDictionary
);