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