4 references to IsHoveredWithMouseAsync
System.Windows.Forms.UI.IntegrationTests (4)
TabControlTests.cs (4)
22
bool result = await
IsHoveredWithMouseAsync
(form, tabControl, new(10, 10));
34
bool result = await
IsHoveredWithMouseAsync
(form, tabControl, new(60, 10));
46
bool result = await
IsHoveredWithMouseAsync
(form, tabControl, new(300, 300));
61
bool result = await
IsHoveredWithMouseAsync
(form, tabControl, new(1000, 1000), assertCorrectLocation: false);