5 references to Resource
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (5)
51
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
Resource
)]
201
while (!(AnnotationXmlConstants.Elements.
Resource
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))
222
throw new XmlException(SR.Get(SRID.InvalidXmlContent, AnnotationXmlConstants.Elements.
Resource
));
488
throw new XmlException(SR.Get(SRID.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.
Resource
));
495
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.Id, AnnotationXmlConstants.Elements.
Resource
));