11 references to AnnotationResourceChangedEventHandler
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
48internal StoreAnnotationsMap(AnnotationAuthorChangedEventHandler authorChanged, AnnotationResourceChangedEventHandler anchorChanged, AnnotationResourceChangedEventHandler cargoChanged) 294private AnnotationResourceChangedEventHandler _anchorChanged; 295private AnnotationResourceChangedEventHandler _cargoChanged;
System\Windows\Annotations\Annotation.cs (3)
392public event AnnotationResourceChangedEventHandler AnchorChanged; 400public event AnnotationResourceChangedEventHandler CargoChanged; 877private void FireResourceEvent(AnnotationResource resource, AnnotationAction action, AnnotationResourceChangedEventHandler handlers)
System\Windows\Annotations\Storage\AnnotationStore.cs (4)
189public event AnnotationResourceChangedEventHandler AnchorChanged; 197public event AnnotationResourceChangedEventHandler CargoChanged; 269AnnotationResourceChangedEventHandler anchorChanged = null; 299AnnotationResourceChangedEventHandler cargoChanged = null;