5 references to AnchorChanged
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
84annotation.AnchorChanged += OnAnchorChanged; 100existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged;
src\Framework\System\Windows\Annotations\Annotation.cs (3)
776FireResourceEvent((AnnotationResource)sender, AnnotationAction.Modified, AnchorChanged); 802FireResourceEvent(anchor, AnnotationAction.Removed, AnchorChanged); 823FireResourceEvent(anchor, action, AnchorChanged);