5 references to ContentLocatorGroup
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
203
if (AnnotationXmlConstants.Elements.
ContentLocatorGroup
== reader.LocalName)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (4)
46
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
ContentLocatorGroup
)]
149
Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
ContentLocatorGroup
);
156
while (!(AnnotationXmlConstants.Elements.
ContentLocatorGroup
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))
168
throw new XmlException(SR.Get(SRID.InvalidXmlContent, AnnotationXmlConstants.Elements.
ContentLocatorGroup
));