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