7 references to Id
PresentationFramework (7)
src\Framework\System\Windows\Annotations\Annotation.cs (3)
232
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
644
case AnnotationXmlConstants.Attributes.
Id
:
701
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));
src\Framework\System\Windows\Annotations\AnnotationResource.cs (3)
143
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
Id
, XmlConvert.ToString(_id));
478
case AnnotationXmlConstants.Attributes.
Id
:
495
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Resource));
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
600
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
Id
, AnnotationXmlConstants.Elements.Annotation));