1 write to _xmlnsDictionary
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
29
_xmlnsDictionary
= new Dictionary<string, string>(settings._xmlnsDictionary);
2 references to _xmlnsDictionary
System.Xaml (2)
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (2)
27
if (settings.
_xmlnsDictionary
is not null)
29
_xmlnsDictionary = new Dictionary<string, string>(settings.
_xmlnsDictionary
);