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