1 write to _predefinedNamespaces
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
59_predefinedNamespaces = new Dictionary<Uri, IList<Uri>>(6);
9 references to _predefinedNamespaces
PresentationFramework (9)
System\Windows\Annotations\Storage\XmlStreamStore.cs (9)
60_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace), null); 61_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.BaseSchemaNamespace), null); 62_predefinedNamespaces.Add(new Uri(XamlReaderHelper.DefaultNamespaceURI), null); 402if (_predefinedNamespaces.ContainsKey(name)) 403return _predefinedNamespaces[name]; 479Uri[] res = new Uri[_predefinedNamespaces.Keys.Count]; 480_predefinedNamespaces.Keys.CopyTo(res, 0); 782foreach (Uri name in _predefinedNamespaces.Keys) 833foreach (Uri name in _predefinedNamespaces.Keys)