6 references to DoDragDrop
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4886
/// then pass the <paramref name="data"/> to <see cref="
DoDragDrop
(object, DragDropEffects)"/>.
4891
/// the same as <see cref="
DoDragDrop
(object, DragDropEffects)"/>.
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
208
res = DropSource.
DoDragDrop
(dropSourceBehavior.DataObject, dropSourceBehavior.AllowedEffects);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
529
effect = c.
DoDragDrop
(data, allowedEffects);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
616
DropSource.
DoDragDrop
(data, DragDropEffects.All);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
510
DoDragDrop
(item, DragDropEffects.Move);