5 references to DoDragDrop
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
4822
return
DoDragDrop
(dataObject, allowedEffects, dragImage, cursorOffset, useDefaultDragImage);
4834
DoDragDrop
(data, allowedEffects, dragImage: null, cursorOffset: default, useDefaultDragImage: false);
4855
/// Because <see cref="
DoDragDrop
(object, DragDropEffects, Bitmap, Point, bool)"/> always performs the
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1150
PictureBoxDragSource.
DoDragDrop
(data, DragDropEffects.All, _dragImage, new Point(0, 16), false);
WinFormsControlsTest (1)
DragDrop.cs (1)
183
pictureBox.
DoDragDrop
(data, DragDropEffects.All, _nyanCatBmp, new Point(0, 96), true);