3 writes to _xamlNamespaces
System.Xaml (3)
System\Xaml\Schema\XamlDirective.cs (3)
28
_xamlNamespaces
= immutableXamlNamespaces;
48
_xamlNamespaces
= nsList.AsReadOnly();
57
_xamlNamespaces
= new ReadOnlyCollection<string>(new string[] { xamlNamespace });
6 references to _xamlNamespaces
System.Xaml (6)
System\Xaml\Schema\XamlDirective.cs (6)
67
ReadOnlyCollection<string> ns =
_xamlNamespaces
;
78
if (
_xamlNamespaces
.Count > 0)
80
return $"{{{
_xamlNamespaces
[0]}}}{Name}";
90
return
_xamlNamespaces
;
99
ReadOnlyCollection<string> ns1 = directive1.
_xamlNamespaces
;
100
ReadOnlyCollection<string> ns2 = directive2.
_xamlNamespaces
;