3 instantiations of DropSource
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
4876
new
DropSource
(this, dataObject, dragImage, cursorOffset, useDefaultDragImage));
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2221
? new
DropSource
(ParentInternal.ItemReorderDropSource, dataObject, dragImage, cursorOffset, useDefaultDragImage)
2222
: new
DropSource
(this, dataObject, dragImage, cursorOffset, useDefaultDragImage);