11 references to AnnotationResourceChangedEventHandler
PresentationFramework (11)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (4)
40internal StoreAnnotationsMap(AnnotationAuthorChangedEventHandler authorChanged, AnnotationResourceChangedEventHandler anchorChanged, AnnotationResourceChangedEventHandler cargoChanged) 286private AnnotationResourceChangedEventHandler _anchorChanged; 287private AnnotationResourceChangedEventHandler _cargoChanged;
System\Windows\Annotations\Annotation.cs (3)
384public event AnnotationResourceChangedEventHandler AnchorChanged; 392public event AnnotationResourceChangedEventHandler CargoChanged; 873private void FireResourceEvent(AnnotationResource resource, AnnotationAction action, AnnotationResourceChangedEventHandler handlers)
System\Windows\Annotations\Storage\AnnotationStore.cs (4)
180public event AnnotationResourceChangedEventHandler AnchorChanged; 188public event AnnotationResourceChangedEventHandler CargoChanged; 260AnnotationResourceChangedEventHandler anchorChanged = null; 290AnnotationResourceChangedEventHandler cargoChanged = null;