13 references to CoreSchemaPrefix
PresentationFramework (13)
System\Windows\Annotations\Annotation.cs (1)
187
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\AnnotationResource.cs (1)
114
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorGroup.cs (1)
101
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorPartList.cs (1)
144
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\Storage\XmlStreamStore.cs (9)
239
string query = $@"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:{AnnotationXmlConstants.Elements.ContentLocator}";
267
query += $@"/ancestor::{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Anchors/ancestor::{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotation";
292
string query = $"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotation";
733
$"<?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}\" />");
742
_namespaceManager.AddNamespace(AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
750
XPathNodeIterator iterator = navigator.Select($"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotations", _namespaceManager);
912
XPathNodeIterator iterator = tempNavigator.Select($@"//{AnnotationXmlConstants.Prefixes.
CoreSchemaPrefix
}:Annotation[@Id=""{XmlConvert.ToString(id)}""]", _namespaceManager);