13 references to CoreSchemaPrefix
PresentationFramework (13)
System\Windows\Annotations\Annotation.cs (1)
195
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\AnnotationResource.cs (1)
121
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorGroup.cs (1)
108
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorPartList.cs (1)
166
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\Storage\XmlStreamStore.cs (9)
251
string query = $@"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:{AnnotationXmlConstants.Elements.ContentLocator}";
279
query += $@"/ancestor::{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Anchors/ancestor::{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotation";
304
string query = $"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotation";
743
$"<?xml version=\"1.0\" encoding=\"utf-8\"?> <{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotations xmlns:{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}=\"{AnnotationXmlConstants.Namespaces.CoreSchemaNamespace}\" xmlns:{AnnotationXmlConstants.Prefixes.BaseSchemaPrefix}=\"{AnnotationXmlConstants.Namespaces.BaseSchemaNamespace}\" />");
752
_namespaceManager.AddNamespace(AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
760
XPathNodeIterator iterator = navigator.Select($"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotations", _namespaceManager);
922
XPathNodeIterator iterator = tempNavigator.Select($@"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotation[@Id=""{XmlConvert.ToString(id)}""]", _namespaceManager);