5 references to Resource
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
38
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
Resource
)]
179
while (!(AnnotationXmlConstants.Elements.
Resource
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))
200
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
Resource
));
465
throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.
Resource
));
472
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.Id, AnnotationXmlConstants.Elements.
Resource
));