15 references to Store
PresentationFramework (15)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
282return service.Store;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
280store = service.Store;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
113if (service != null && service.Store != null) 115autoFlush = service.Store.AutoFlush; 118service.Store.AutoFlush = false; 144if (service != null && service.Store != null) 147service.Store.AutoFlush = autoFlush;
System\Windows\Annotations\AnnotationHelper.cs (6)
511service.Store.AddAnnotation(annotation); 701annotations = service.Store.GetAnnotations(locator); 735AddRange(annotations, service.Store.GetAnnotations(locator)); 836service.Store.DeleteAnnotation(attachedAnnot.Annotation.Id); 985service.Store.DeleteAnnotation(attachedAnnotation.Annotation.Id); 1000service.Store.AddAnnotation(highlight);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
998service.Enable(service.Store);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1026service?.Enable(service.Store);