7 references to ContentLocator
PresentationFramework (7)
System\Windows\Annotations\AnnotationResource.cs (1)
186
else if (AnnotationXmlConstants.Elements.
ContentLocator
== reader.LocalName)
System\Windows\Annotations\LocatorGroup.cs (1)
143
if (AnnotationXmlConstants.Elements.
ContentLocator
== reader.LocalName)
System\Windows\Annotations\LocatorPartList.cs (4)
41
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
ContentLocator
)]
216
Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
ContentLocator
);
225
while (!(AnnotationXmlConstants.Elements.
ContentLocator
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))
229
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
ContentLocator
));
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
251
string query = $@"//{AnnotationXmlConstants.Prefixes.CoreSchemaPrefix}:{AnnotationXmlConstants.Elements.
ContentLocator
}";