6 references to BeginInvoke
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
4258
/// An <see cref="IAsyncResult"/> that represents the result of the <see cref="
BeginInvoke
(Action)"/> operation.
System\Windows\Forms\Control_InvokeAsync.cs (4)
43
BeginInvoke
(WrappedAction);
109
BeginInvoke
(WrappedCallback);
174
BeginInvoke
(async () => await WrappedCallbackAsync().ConfigureAwait(false));
238
BeginInvoke
(async () => await WrappedCallbackAsync().ConfigureAwait(false));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
733
_designerActionHost.
BeginInvoke
(OnShowComplete);