2 writes to _prescopeNamespaces
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (2)
35
_prescopeNamespaces
= new Dictionary<string, string>();
160
_prescopeNamespaces
= new Dictionary<string, string>();
7 references to _prescopeNamespaces
System.Xaml (7)
System\Xaml\Context\XamlParserContext.cs (7)
43
_prescopeNamespaces
.Add(prefix, xamlNS);
50
if (
_prescopeNamespaces
is not null)
52
if (
_prescopeNamespaces
.TryGetValue(prefix, out xamlNs))
110
if (
_prescopeNamespaces
is not null)
112
foreach (KeyValuePair<string, string> kvp in
_prescopeNamespaces
)
157
if (
_prescopeNamespaces
.Count > 0)
159
_stack.CurrentFrame.SetNamespaces(
_prescopeNamespaces
);