3 writes to _namespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (3)
24_namespaces = new Dictionary<string, string>(source._namespaces); 44_namespaces = new Dictionary<string, string>(); 51_namespaces = namespaces;
9 references to _namespaces
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (9)
22if (source._namespaces != null) 24_namespaces = new Dictionary<string, string>(source._namespaces); 42if (null == _namespaces) 46_namespaces.Add(prefix, xamlNs); 56if (_namespaces != null && _namespaces.TryGetValue(prefix, out xamlNs)) 66if (_namespaces != null) 68foreach (KeyValuePair<string, string> pair in _namespaces) 88_namespaces?.Clear();