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