15 references to MoveMouseAsync
System.Windows.Forms.UI.IntegrationTests (15)
ButtonTests.cs (4)
121
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
145
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
171
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
201
await
MoveMouseAsync
(form, form.PointToScreen(mouseDragHandleOnForm));
Infra\ControlTestBase.cs (1)
178
await
MoveMouseAsync
(control.FindForm()!, centerOnScreen);
ListViewTests.cs (3)
33
await
MoveMouseAsync
(form, itemCenter);
495
await
MoveMouseAsync
(form, listViewCenter);
501
await
MoveMouseAsync
(form, listViewCenter);
MonthCalendarTests.cs (3)
145
await
MoveMouseAsync
(form, centerOnScreen);
183
await
MoveMouseAsync
(form, GetCellPositionByDate(calendar, date));
191
await
MoveMouseAsync
(form, GetCellPositionByDate(calendar, date));
RichTextBoxTests.cs (3)
43
await
MoveMouseAsync
(form, pt);
103
await
MoveMouseAsync
(form, pt);
164
await
MoveMouseAsync
(form, pt);
TabControlTests.cs (1)
69
await
MoveMouseAsync
(form, tabControl.PointToScreen(point), assertCorrectLocation);