7 references to Id
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (3)
203
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
612
case AnnotationXmlConstants.Attributes.
Id
:
669
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));
System\Windows\Annotations\AnnotationResource.cs (3)
118
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
449
case AnnotationXmlConstants.Attributes.
Id
:
466
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Resource));
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
567
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));