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