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);
402
if (
_predefinedNamespaces
.ContainsKey(name))
403
return
_predefinedNamespaces
[name];
479
Uri[] res = new Uri[
_predefinedNamespaces
.Keys.Count];
480
_predefinedNamespaces
.Keys.CopyTo(res, 0);
782
foreach (Uri name in
_predefinedNamespaces
.Keys)
833
foreach (Uri name in
_predefinedNamespaces
.Keys)