7 references to Id
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (3)
210
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
619
case AnnotationXmlConstants.Attributes.
Id
:
676
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));
System\Windows\Annotations\AnnotationResource.cs (3)
124
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
455
case AnnotationXmlConstants.Attributes.
Id
:
472
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Resource));
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
578
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));