1 write to _predefinedNamespaces
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
68_predefinedNamespaces = new Dictionary<Uri, IList<Uri>>(6);
9 references to _predefinedNamespaces
PresentationFramework (9)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (9)
69_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.CoreSchemaNamespace), null); 70_predefinedNamespaces.Add(new Uri(AnnotationXmlConstants.Namespaces.BaseSchemaNamespace), null); 71_predefinedNamespaces.Add(new Uri(XamlReaderHelper.DefaultNamespaceURI), null); 424if (_predefinedNamespaces.ContainsKey(name)) 425return _predefinedNamespaces[name]; 501Uri[] res = new Uri[_predefinedNamespaces.Keys.Count]; 502_predefinedNamespaces.Keys.CopyTo(res, 0); 805foreach (Uri name in _predefinedNamespaces.Keys) 858foreach (Uri name in _predefinedNamespaces.Keys)