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