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