5 references to AnchorChanged
PresentationFramework (5)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (2)
78annotation.AnchorChanged += OnAnchorChanged; 94existingCachedAnnot.Annotation.AnchorChanged -= OnAnchorChanged;
System\Windows\Annotations\Annotation.cs (3)
751FireResourceEvent((AnnotationResource)sender, AnnotationAction.Modified, AnchorChanged); 777FireResourceEvent(anchor, AnnotationAction.Removed, AnchorChanged); 798FireResourceEvent(anchor, action, AnchorChanged);