15 references to Store
PresentationFramework (15)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
282
return service.
Store
;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
291
store = service.
Store
;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
113
if (service != null && service.
Store
!= null)
115
autoFlush = service.
Store
.AutoFlush;
118
service.
Store
.AutoFlush = false;
144
if (service != null && service.
Store
!= null)
147
service.
Store
.AutoFlush = autoFlush;
System\Windows\Annotations\AnnotationHelper.cs (6)
513
service.
Store
.AddAnnotation(annotation);
703
annotations = service.
Store
.GetAnnotations(locator);
737
AddRange(annotations, service.
Store
.GetAnnotations(locator));
838
service.
Store
.DeleteAnnotation(attachedAnnot.Annotation.Id);
987
service.
Store
.DeleteAnnotation(attachedAnnotation.Annotation.Id);
1002
service.
Store
.AddAnnotation(highlight);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1000
service.Enable(service.
Store
);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1046
service.Enable(service.
Store
);