15 references to Store
PresentationFramework (15)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
292return service.Store;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
318store = service.Store;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
129if (service != null && service.Store != null) 131autoFlush = service.Store.AutoFlush; 134service.Store.AutoFlush = false; 160if (service != null && service.Store != null) 163service.Store.AutoFlush = autoFlush;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (6)
532service.Store.AddAnnotation(annotation); 722annotations = service.Store.GetAnnotations(locator); 756AddRange(annotations, service.Store.GetAnnotations(locator)); 857service.Store.DeleteAnnotation(attachedAnnot.Annotation.Id); 1007service.Store.DeleteAnnotation(attachedAnnotation.Annotation.Id); 1022service.Store.AddAnnotation(highlight);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1011service.Enable(service.Store);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1063service.Enable(service.Store);