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);
424
if (
_predefinedNamespaces
.ContainsKey(name))
425
return
_predefinedNamespaces
[name];
501
Uri[] res = new Uri[
_predefinedNamespaces
.Keys.Count];
502
_predefinedNamespaces
.Keys.CopyTo(res, 0);
805
foreach (Uri name in
_predefinedNamespaces
.Keys)
858
foreach (Uri name in
_predefinedNamespaces
.Keys)