7 writes to _xmlnsDictionary
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
77
_xmlnsDictionary
= null; // created on its first use
108
_xmlnsDictionary
= new XmlnsDictionary() ;
172
_xmlnsDictionary
= null;
179
_xmlnsDictionary
= new XmlnsDictionary();
267
_xmlnsDictionary
= new XmlnsDictionary();
672
context.
_xmlnsDictionary
= new XmlnsDictionary(_xmlnsDictionary);
674
context.
_xmlnsDictionary
= null;
15 references to _xmlnsDictionary
PresentationFramework (15)
System\Windows\Markup\ParserContext.cs (15)
121
_xmlnsDictionary
.Add(key, xmlnsManager.LookupNamespace(key));
176
if (parserContext.
_xmlnsDictionary
!= null &&
177
parserContext.
_xmlnsDictionary
.Count > 0)
187
_xmlnsDictionary
[key] = xmlDictionaryFrom[key];
220
if (
_xmlnsDictionary
!= null)
221
_xmlnsDictionary
.PushScope();
254
if (
_xmlnsDictionary
!= null)
255
_xmlnsDictionary
.PopScope();
266
if (
_xmlnsDictionary
== null)
269
return
_xmlnsDictionary
;
450
if (parserContext.
_xmlnsDictionary
!= null)
452
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
454
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);
671
if (
_xmlnsDictionary
!= null)
672
context._xmlnsDictionary = new XmlnsDictionary(
_xmlnsDictionary
);