7 references to ContentLocator
PresentationFramework (7)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
208
else if (AnnotationXmlConstants.Elements.
ContentLocator
== reader.LocalName)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
159
if (AnnotationXmlConstants.Elements.
ContentLocator
== reader.LocalName)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (4)
49
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
ContentLocator
)]
233
Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
ContentLocator
);
242
while (!(AnnotationXmlConstants.Elements.
ContentLocator
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))
246
throw new XmlException(SR.Get(SRID.InvalidXmlContent, AnnotationXmlConstants.Elements.
ContentLocator
));
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
268
string query = @"//" + AnnotationXmlConstants.Prefixes.CoreSchemaPrefix + ":" + AnnotationXmlConstants.Elements.
ContentLocator
;