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