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