2 writes to _prescopeNamespaces
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (2)
26
_prescopeNamespaces
= new Dictionary<string, string>();
147
_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))
97
if (
_prescopeNamespaces
is not null)
99
foreach (KeyValuePair<string, string> kvp in
_prescopeNamespaces
)
144
if (
_prescopeNamespaces
.Count > 0)
146
_stack.CurrentFrame.SetNamespaces(
_prescopeNamespaces
);