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