5 references to AnchorChanged
PresentationFramework (5)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
70annotation.AnchorChanged += OnAnchorChanged; 86existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged;
System\Windows\Annotations\Annotation.cs (3)
747FireResourceEvent((AnnotationResource)sender, AnnotationAction.Modified, AnchorChanged); 773FireResourceEvent(anchor, AnnotationAction.Removed, AnchorChanged); 794FireResourceEvent(anchor, action, AnchorChanged);