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