1 implementation of IOleDropSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DropSource.cs (1)
13
internal class DropSource : UnsafeNativeMethods.
IOleDropSource
{
3 references to IOleDropSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
6105
UnsafeNativeMethods.
IOleDropSource
dropSource = new DropSource( this );
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
502
public static extern int DoDragDrop(IComDataObject dataObject, UnsafeNativeMethods.
IOleDropSource
dropSource, int allowedEffects, int[] finalEffect);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2572
UnsafeNativeMethods.
IOleDropSource
dropSource = this.DropSource;