3 references to AnchorChanged
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (2)
226
annotationStore.
AnchorChanged
+= new AnnotationResourceChangedEventHandler(OnAnchorChanged);
255
_store.
AnchorChanged
-= new AnnotationResourceChangedEventHandler(OnAnchorChanged);
System\Windows\Annotations\Storage\AnnotationStore.cs (1)
277
anchorChanged =
AnchorChanged
;