2 writes to _prescopeNamespaces
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (2)
26
_prescopeNamespaces
= new Dictionary<string, string>();
151
_prescopeNamespaces
= new Dictionary<string, string>();
7 references to _prescopeNamespaces
System.Xaml (7)
System\Xaml\Context\XamlParserContext.cs (7)
34
_prescopeNamespaces
.Add(prefix, xamlNS);
41
if (
_prescopeNamespaces
is not null)
43
if (
_prescopeNamespaces
.TryGetValue(prefix, out xamlNs))
101
if (
_prescopeNamespaces
is not null)
103
foreach (KeyValuePair<string, string> kvp in
_prescopeNamespaces
)
148
if (
_prescopeNamespaces
.Count > 0)
150
_stack.CurrentFrame.SetNamespaces(
_prescopeNamespaces
);