4 references to DoDragDrop
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4792
return
DoDragDrop
(data, allowedEffects, dragImage: null, cursorOffset: default, useDefaultDragImage: false);
4814
/// Because <see cref="
DoDragDrop
(object, DragDropEffects, Bitmap, Point, bool)"/> always performs the
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1091
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);