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