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