3 writes to _namespaces
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (3)
25_namespaces = new Dictionary<string, string>(source._namespaces); 45_namespaces = new Dictionary<string, string>(); 52_namespaces = namespaces;
10 references to _namespaces
PresentationFramework (10)
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (10)
23if (source._namespaces != null) 25_namespaces = new Dictionary<string, string>(source._namespaces); 43if (null == _namespaces) 47_namespaces.Add(prefix, xamlNs); 57if (_namespaces != null && _namespaces.TryGetValue(prefix, out xamlNs)) 67if (_namespaces != null) 69foreach (KeyValuePair<string, string> pair in _namespaces) 89if (_namespaces != null) 91_namespaces.Clear();