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