1 write to _store
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
208
_store
= annotationStore;
3 references to _store
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
270
_store
.StoreContentChanged -= new StoreContentChangedEventHandler(OnStoreContentChanged);
271
_store
.AnchorChanged -= new AnnotationResourceChangedEventHandler(OnAnchorChanged);
533
return
_store
;