2 instantiations of DropTarget
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
9475
HRESULT hr = PInvokeCore.RegisterDragDrop(this, new
DropTarget
(this));
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (1)
175
HRESULT hr = PInvokeCore.RegisterDragDrop(_owner, new
DropTarget
(this));