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