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