1 write to _namespaces
System.Xaml (1)
System\Xaml\Context\XamlCommonFrame.cs (1)
19
_namespaces
= new Dictionary<string, string>();
11 references to _namespaces
System.Xaml (11)
System\Xaml\Context\ObjectWriterContext.cs (1)
246
if (frame.
_namespaces
is not null)
System\Xaml\Context\XamlCommonFrame.cs (9)
18
if (
_namespaces
is null)
20
return
_namespaces
;
33
if (source.
_namespaces
is not null)
35
SetNamespaces(source.
_namespaces
);
43
_namespaces
?.Clear();
56
_namespaces
?.Clear();
68
if (
_namespaces
is not null &&
_namespaces
.TryGetValue(prefix, out xamlNs))
80
foreach (KeyValuePair<string, string> kvp in
_namespaces
)
System\Xaml\Context\XamlParserContext.cs (1)
86
if (frame.
_namespaces
is not null)