2 references to DoDragDrop
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
4972if (PInvokeCore.DoDragDrop(dataScope, dropSource, (DROPEFFECT)(uint)allowedEffects, out finalEffect).Failed)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2200if (PInvokeCore.DoDragDrop(dataObjectScope, dropSource, (DROPEFFECT)(uint)allowedEffects, out finalEffect).Failed)