1 override of DeleteAnnotation
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
188
public override Annotation
DeleteAnnotation
(Guid annotationId)
3 references to DeleteAnnotation
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
857
service.Store.
DeleteAnnotation
(attachedAnnot.Annotation.Id);
1007
service.Store.
DeleteAnnotation
(attachedAnnotation.Annotation.Id);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1074
_attachedAnnotation.Store.
DeleteAnnotation
(_attachedAnnotation.Annotation.Id);