3 writes to _namespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (3)
28_namespaces = new Dictionary<string, string>(source._namespaces); 48_namespaces = new Dictionary<string, string>(); 55_namespaces = namespaces;
10 references to _namespaces
PresentationFramework (10)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (10)
26if (source._namespaces != null) 28_namespaces = new Dictionary<string, string>(source._namespaces); 46if (null == _namespaces) 50_namespaces.Add(prefix, xamlNs); 60if (_namespaces != null && _namespaces.TryGetValue(prefix, out xamlNs)) 70if (_namespaces != null) 72foreach (KeyValuePair<string, string> pair in _namespaces) 92if (_namespaces != null) 94_namespaces.Clear();