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