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