1 implementation of IGiveFeedbackEvent
System.Windows.Forms (1)
System\Windows\Forms\GiveFeedbackEventArgs.cs (1)
13public class GiveFeedbackEventArgs : EventArgs, IGiveFeedbackEvent
2 references to IGiveFeedbackEvent
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DragDropHelper.cs (1)
233public static void SetDragImage(IComVisibleDataObject dataObject, IGiveFeedbackEvent e)
System.Windows.Forms (1)
System\Windows\Forms\GiveFeedbackEventArgs.cs (1)
55IBitmap? IGiveFeedbackEvent.DragImage => DragImage;