1 write to _predefinedNamespaces
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
47_predefinedNamespaces = new Dictionary<Uri, IList<Uri>>(6);
9 references to _predefinedNamespaces
PresentationFramework (9)
System\Windows\Annotations\Storage\XmlStreamStore.cs (9)
48_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace), null); 49_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.BaseSchemaNamespace), null); 50_predefinedNamespaces.Add(new Uri(XamlReaderHelper.DefaultNamespaceURI), null); 390if (_predefinedNamespaces.ContainsKey(name)) 391return _predefinedNamespaces[name]; 467Uri[] res = new Uri[_predefinedNamespaces.Keys.Count]; 468_predefinedNamespaces.Keys.CopyTo(res, 0); 772foreach (Uri name in _predefinedNamespaces.Keys) 823foreach (Uri name in _predefinedNamespaces.Keys)