2 writes to _prescopeNamespaces
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (2)
25
_prescopeNamespaces
= new Dictionary<string, string>();
150
_prescopeNamespaces
= new Dictionary<string, string>();
7 references to _prescopeNamespaces
System.Xaml (7)
System\Xaml\Context\XamlParserContext.cs (7)
33
_prescopeNamespaces
.Add(prefix, xamlNS);
40
if (
_prescopeNamespaces
is not null)
42
if (
_prescopeNamespaces
.TryGetValue(prefix, out xamlNs))
100
if (
_prescopeNamespaces
is not null)
102
foreach (KeyValuePair<string, string> kvp in
_prescopeNamespaces
)
147
if (
_prescopeNamespaces
.Count > 0)
149
_stack.CurrentFrame.SetNamespaces(
_prescopeNamespaces
);