9 references to BeginInvoke
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
WindowsFormsDispatcher.cs (1)
51
var asyncResult = _dispatchThreadControl.
BeginInvoke
(workItem);
System.Windows.Forms (7)
System\Windows\Forms\Control_InvokeAsync.cs (4)
70
BeginInvoke
(WrappedAction);
195
BeginInvoke
(WrappedCallback);
296
BeginInvoke
(async () => await WrappedCallbackAsync()
401
BeginInvoke
(async () => await WrappedCallbackAsync()
System\Windows\Forms\Control.cs (2)
4562
/// An <see cref="IAsyncResult"/> that represents the result of the <see cref="
BeginInvoke
(Action)"/> operation.
8810
BeginInvoke
((Action)ProcessSystemVisualSettingsChange);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4666
BeginInvoke
(ApplyDarkModeOnDemand);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
733
_designerActionHost.
BeginInvoke
(OnShowComplete);