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