7 references to WaitForIdleAsync
System.Windows.Forms.UI.IntegrationTests (7)
Infra\ControlTestBase.cs (3)
52
protected SendInput InputSimulator => new(
WaitForIdleAsync
);
305
await
WaitForIdleAsync
();
351
await
WaitForIdleAsync
();
ToolStripTests.cs (4)
59
await
WaitForIdleAsync
();
64
await
WaitForIdleAsync
();
68
await
WaitForIdleAsync
();
72
await
WaitForIdleAsync
();