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