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