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);
390
if (
_predefinedNamespaces
.ContainsKey(name))
391
return
_predefinedNamespaces
[name];
467
Uri[] res = new Uri[
_predefinedNamespaces
.Keys.Count];
468
_predefinedNamespaces
.Keys.CopyTo(res, 0);
772
foreach (Uri name in
_predefinedNamespaces
.Keys)
823
foreach (Uri name in
_predefinedNamespaces
.Keys)