15 references to MoveMouseAsync
System.Windows.Forms.UI.IntegrationTests (15)
ButtonTests.cs (4)
120
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
144
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
170
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
200
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
Infra\ControlTestBase.cs (1)
169
await
MoveMouseAsync
(control.FindForm()!, centerOnScreen);
ListViewTests.cs (3)
33
await
MoveMouseAsync
(form, itemCenter);
549
await
MoveMouseAsync
(form, listViewCenter);
555
await
MoveMouseAsync
(form, listViewCenter);
MonthCalendarTests.cs (3)
144
await
MoveMouseAsync
(form, centerOnScreen);
182
await
MoveMouseAsync
(form, GetCellPositionByDate(calendar, date));
190
await
MoveMouseAsync
(form, GetCellPositionByDate(calendar, date));
RichTextBoxTests.cs (3)
42
await
MoveMouseAsync
(form, pt);
102
await
MoveMouseAsync
(form, pt);
163
await
MoveMouseAsync
(form, pt);
TabControlTests.cs (1)
68
await
MoveMouseAsync
(form, tabControl.PointToScreen(point), assertCorrectLocation);