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