15 references to Store
PresentationFramework (15)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
281return service.Store;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
279store = service.Store;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
112if (service != null && service.Store != null) 114autoFlush = service.Store.AutoFlush; 117service.Store.AutoFlush = false; 143if (service != null && service.Store != null) 146service.Store.AutoFlush = autoFlush;
System\Windows\Annotations\AnnotationHelper.cs (6)
510service.Store.AddAnnotation(annotation); 700annotations = service.Store.GetAnnotations(locator); 734AddRange(annotations, service.Store.GetAnnotations(locator)); 835service.Store.DeleteAnnotation(attachedAnnot.Annotation.Id); 984service.Store.DeleteAnnotation(attachedAnnotation.Annotation.Id); 999service.Store.AddAnnotation(highlight);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
997service.Enable(service.Store);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1025service?.Enable(service.Store);