13 references to CoreSchemaPrefix
PresentationFramework (13)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
217
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
140
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
121
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
180
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (9)
268
string query = @"//" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ ":" + AnnotationXmlConstants.Elements.ContentLocator;
296
query += @"/ancestor::" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ ":Anchors/ancestor::" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ ":Annotation";
322
string query = "//" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ ":Annotation";
765
AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ ":Annotations xmlns:" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ "=\"" +
775
_namespaceManager.AddNamespace(AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
783
XPathNodeIterator iterator = navigator.Select("//" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ ":Annotations", _namespaceManager);
951
XPathNodeIterator iterator = tempNavigator.Select(@"//" + AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
+ @":Annotation[@Id=""" + XmlConvert.ToString(id) + @"""]", _namespaceManager);