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