3 writes to _xamlNamespaces
System.Xaml (3)
System\Xaml\Schema\XamlDirective.cs (3)
29
_xamlNamespaces
= immutableXamlNamespaces;
49
_xamlNamespaces
= nsList.AsReadOnly();
58
_xamlNamespaces
= new ReadOnlyCollection<string>(new string[] { xamlNamespace });
6 references to _xamlNamespaces
System.Xaml (6)
System\Xaml\Schema\XamlDirective.cs (6)
68
ReadOnlyCollection<string> ns =
_xamlNamespaces
;
79
if (
_xamlNamespaces
.Count > 0)
81
return $"{{{
_xamlNamespaces
[0]}}}{Name}";
91
return
_xamlNamespaces
;
100
ReadOnlyCollection<string> ns1 = directive1.
_xamlNamespaces
;
101
ReadOnlyCollection<string> ns2 = directive2.
_xamlNamespaces
;