15 references to Store
PresentationFramework (15)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
282
return service.
Store
;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
280
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)
511
service.
Store
.AddAnnotation(annotation);
701
annotations = service.
Store
.GetAnnotations(locator);
735
AddRange(annotations, service.
Store
.GetAnnotations(locator));
836
service.
Store
.DeleteAnnotation(attachedAnnot.Annotation.Id);
985
service.
Store
.DeleteAnnotation(attachedAnnotation.Annotation.Id);
1000
service.
Store
.AddAnnotation(highlight);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
998
service.Enable(service.
Store
);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1026
service?.Enable(service.
Store
);