6 references to IDragEvent
System.Private.Windows.Core (4)
System\Private\Windows\Ole\DragDropHelper.cs (4)
44public static void DragEnter(HWND targetWindowHandle, IDragEvent e) 89public static void DragOver(IDragEvent e) 105public static void Drop(IDragEvent e) 304public static void SetDropDescription(IDragEvent e)
System.Windows.Forms (2)
System\Windows\Forms\OLE\DragEventArgs.cs (2)
67/// <inheritdoc cref="IDragEvent.X"/> 70/// <inheritdoc cref="IDragEvent.Y"/>