10 references to Annotation
PresentationFramework (10)
System\Windows\Annotations\Annotation.cs (9)
60
[XmlRoot(Namespace = AnnotationXmlConstants.Namespaces.CoreSchemaNamespace, ElementName = AnnotationXmlConstants.Elements.
Annotation
)]
290
while (!(XmlNodeType.EndElement == reader.NodeType && AnnotationXmlConstants.Elements.
Annotation
== reader.LocalName))
333
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
Annotation
));
348
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
Annotation
));
668
throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.
Annotation
));
676
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.Id, AnnotationXmlConstants.Elements.
Annotation
));
680
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.CreationTime, AnnotationXmlConstants.Elements.
Annotation
));
684
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.LastModificationTime, AnnotationXmlConstants.Elements.
Annotation
));
688
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.TypeName, AnnotationXmlConstants.Elements.
Annotation
));
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
578
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.Id, AnnotationXmlConstants.Elements.
Annotation
));