7 references to ContentLocator
PresentationFramework (7)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
208else if (AnnotationXmlConstants.Elements.ContentLocator == reader.LocalName)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
159if (AnnotationXmlConstants.Elements.ContentLocator == reader.LocalName)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (4)
49[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.ContentLocator)] 233Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.ContentLocator); 242while (!(AnnotationXmlConstants.Elements.ContentLocator == reader.LocalName && XmlNodeType.EndElement == reader.NodeType)) 246throw new XmlException(SR.Get(SRID.InvalidXmlContent, AnnotationXmlConstants.Elements.ContentLocator));
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
268string query = @"//" + AnnotationXmlConstants.Prefixes.CoreSchemaPrefix + ":" + AnnotationXmlConstants.Elements.ContentLocator;