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