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