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