3 instantiations of 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);
1 reference to DropSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
918private DropSource DropSource {