7 writes to _xmlnsDictionary
PresentationFramework (7)
src\Framework\System\Windows\Markup\ParserContext.cs (7)
87
_xmlnsDictionary
= null; // created on its first use
118
_xmlnsDictionary
= new XmlnsDictionary() ;
182
_xmlnsDictionary
= null;
189
_xmlnsDictionary
= new XmlnsDictionary();
278
_xmlnsDictionary
= new XmlnsDictionary();
697
context.
_xmlnsDictionary
= new XmlnsDictionary(_xmlnsDictionary);
699
context.
_xmlnsDictionary
= null;
15 references to _xmlnsDictionary
PresentationFramework (15)
src\Framework\System\Windows\Markup\ParserContext.cs (15)
131
_xmlnsDictionary
.Add(key, xmlnsManager.LookupNamespace(key));
186
if (parserContext.
_xmlnsDictionary
!= null &&
187
parserContext.
_xmlnsDictionary
.Count > 0)
197
_xmlnsDictionary
[key] = xmlDictionaryFrom[key];
230
if (
_xmlnsDictionary
!= null)
231
_xmlnsDictionary
.PushScope();
264
if (
_xmlnsDictionary
!= null)
265
_xmlnsDictionary
.PopScope();
277
if (
_xmlnsDictionary
== null)
280
return
_xmlnsDictionary
;
467
if (parserContext.
_xmlnsDictionary
!= null)
469
foreach (string key in parserContext.
_xmlnsDictionary
.Keys)
471
xmlnsMgr.AddNamespace(key, parserContext.
_xmlnsDictionary
[key]);
696
if (
_xmlnsDictionary
!= null)
697
context._xmlnsDictionary = new XmlnsDictionary(
_xmlnsDictionary
);