15 references to Store
PresentationFramework (15)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
292
return service.
Store
;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
318
store = service.
Store
;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
129
if (service != null && service.
Store
!= null)
131
autoFlush = service.
Store
.AutoFlush;
134
service.
Store
.AutoFlush = false;
160
if (service != null && service.
Store
!= null)
163
service.
Store
.AutoFlush = autoFlush;
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (6)
532
service.
Store
.AddAnnotation(annotation);
722
annotations = service.
Store
.GetAnnotations(locator);
756
AddRange(annotations, service.
Store
.GetAnnotations(locator));
857
service.
Store
.DeleteAnnotation(attachedAnnot.Annotation.Id);
1007
service.
Store
.DeleteAnnotation(attachedAnnotation.Annotation.Id);
1022
service.
Store
.AddAnnotation(highlight);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1011
service.Enable(service.
Store
);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1063
service.Enable(service.
Store
);