3 references to InvokeAsync
System.Windows.Forms (2)
System\Windows\Forms\Control_InvokeAsync.cs (2)
158
/// <see cref="
InvokeAsync
(Action, CancellationToken)"/>.
222
/// <see cref="
InvokeAsync
(Action, CancellationToken)"/>.
System.Windows.Forms.UI.IntegrationTests (1)
ListControlUnboundActionListTests.cs (1)
30
await form.
InvokeAsync
(new Action(() => form.Dispose())).ConfigureAwait(true);