6 references to DoDragDrop
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2139
return
DoDragDrop
(data, allowedEffects, dragImage: null, cursorOffset: default, useDefaultDragImage: false);
2161
/// Because <see cref="
DoDragDrop
(object, DragDropEffects, Bitmap, Point, bool)"/> always performs the
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1031
dragAcceptItem.
DoDragDrop
(data, DragDropEffects.All, _dragAcceptBmp, new Point(0, 16), false);
WinFormsControlsTest (3)
DragDrop.cs (3)
546
toolStripItem.
DoDragDrop
(data, DragDropEffects.All, _dragAcceptBmp, new Point(0, 96), true);
558
toolStripItem.
DoDragDrop
(data, DragDropEffects.All, _nyanCatBmp, new Point(0, 96), true);
570
toolStripItem.
DoDragDrop
(data, DragDropEffects.All, _nyanCatAscii301Bmp, new Point(0, 111), false);