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