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