2 references to DropTarget
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
9435
HRESULT hr = PInvoke.RegisterDragDrop(this, new
DropTarget
(this));
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (1)
176
HRESULT hr = PInvoke.RegisterDragDrop(_owner, new
DropTarget
(this));