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