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