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