15 references to Store
PresentationFramework (15)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
282return service.Store;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
291store = 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)
513service.Store.AddAnnotation(annotation); 703annotations = service.Store.GetAnnotations(locator); 737AddRange(annotations, service.Store.GetAnnotations(locator)); 838service.Store.DeleteAnnotation(attachedAnnot.Annotation.Id); 987service.Store.DeleteAnnotation(attachedAnnotation.Annotation.Id); 1002service.Store.AddAnnotation(highlight);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1000service.Enable(service.Store);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1046service.Enable(service.Store);