3 references to AnchorChanged
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
242
annotationStore.
AnchorChanged
+= new AnnotationResourceChangedEventHandler(OnAnchorChanged);
271
_store.
AnchorChanged
-= new AnnotationResourceChangedEventHandler(OnAnchorChanged);
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (1)
284
anchorChanged =
AnchorChanged
;