1 write to _namespaces
System.Xaml (1)
System\Xaml\Context\XamlCommonFrame.cs (1)
20
_namespaces
= new Dictionary<string, string>();
11 references to _namespaces
System.Xaml (11)
System\Xaml\Context\ObjectWriterContext.cs (1)
248
if (frame.
_namespaces
is not null)
System\Xaml\Context\XamlCommonFrame.cs (9)
19
if (
_namespaces
is null)
21
return
_namespaces
;
34
if (source.
_namespaces
is not null)
36
SetNamespaces(source.
_namespaces
);
44
_namespaces
?.Clear();
57
_namespaces
?.Clear();
69
if (
_namespaces
is not null &&
_namespaces
.TryGetValue(prefix, out xamlNs))
81
foreach (KeyValuePair<string, string> kvp in
_namespaces
)
System\Xaml\Context\XamlParserContext.cs (1)
87
if (frame.
_namespaces
is not null)