5 references to ContentLocatorGroup
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (1)
181
if (AnnotationXmlConstants.Elements.
ContentLocatorGroup
== reader.LocalName)
System\Windows\Annotations\LocatorGroup.cs (4)
36
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
ContentLocatorGroup
)]
133
Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
ContentLocatorGroup
);
140
while (!(AnnotationXmlConstants.Elements.
ContentLocatorGroup
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))
152
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
ContentLocatorGroup
));