5 references to AnchorChanged
PresentationFramework (5)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
71annotation.AnchorChanged += OnAnchorChanged; 87existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged;
System\Windows\Annotations\Annotation.cs (3)
744FireResourceEvent((AnnotationResource)sender, AnnotationAction.Modified, AnchorChanged); 770FireResourceEvent(anchor, AnnotationAction.Removed, AnchorChanged); 791FireResourceEvent(anchor, action, AnchorChanged);