7 references to Id
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (3)
202
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
613
case AnnotationXmlConstants.Attributes.
Id
:
672
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));
System\Windows\Annotations\AnnotationResource.cs (3)
117
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
445
case AnnotationXmlConstants.Attributes.
Id
:
462
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Resource));
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
566
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));