2 references to RegisterDragDrop
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
11246
int n = UnsafeNativeMethods.
RegisterDragDrop
(new HandleRef(this, Handle), (UnsafeNativeMethods.IOleDropTarget)(new DropTarget(this)));
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (1)
260
int n = UnsafeNativeMethods.
RegisterDragDrop
(new HandleRef(owner, owner.Handle), (UnsafeNativeMethods.IOleDropTarget)(new DropTarget(this)));