3 instantiations of DropSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
6105
UnsafeNativeMethods.IOleDropSource dropSource = new
DropSource
( this );
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
921
return new
DropSource
(ParentInternal.ItemReorderDropSource);
923
return new
DropSource
(this);
1 reference to DropSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
918
private
DropSource
DropSource {