1 implementation of Store
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
215
public AnnotationStore
Store
2 references to Store
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1062
Invariant.Assert(_attachedAnnotation.
Store
!= null, "AttachedAnnotation's Store is null.");
1064
_attachedAnnotation.
Store
.DeleteAnnotation(_attachedAnnotation.Annotation.Id);