1 write to _xmlnsDictionary
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
96
_xmlnsDictionary
= xmlnsDictionary;
3 references to _xmlnsDictionary
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
203
if (
_xmlnsDictionary
is not null)
205
foreach (string prefix in
_xmlnsDictionary
.Keys)
211
string uriString =
_xmlnsDictionary
[prefix];