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)
248if (frame._namespaces is not null)
System\Xaml\Context\XamlCommonFrame.cs (11)
19if (_namespaces is null) 21return _namespaces; 34if (source._namespaces is not null) 36SetNamespaces(source._namespaces); 44if (_namespaces is not null) 46_namespaces.Clear(); 60if (_namespaces is not null) 62_namespaces.Clear(); 76if (_namespaces is not null && _namespaces.TryGetValue(prefix, out xamlNs)) 88foreach (KeyValuePair<string, string> kvp in _namespaces)
System\Xaml\Context\XamlParserContext.cs (1)
87if (frame._namespaces is not null)