2 references to OnAnchorChanged
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
214
annotationStore.AnchorChanged += new AnnotationResourceChangedEventHandler(
OnAnchorChanged
);
243
_store.AnchorChanged -= new AnnotationResourceChangedEventHandler(
OnAnchorChanged
);