15 references to BeginInvoke
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
WindowsFormsDispatcher.cs (1)
119 var asyncResult = _dispatchThreadControl.BeginInvoke(workItem);
System.Windows.Forms (12)
System\Windows\Forms\Control.cs (2)
4249/// An <see cref="IAsyncResult"/> that represents the result of the <see cref="BeginInvoke(Delegate)"/> operation. 7320BeginInvoke(new EventHandler(OnSetScrollPosition));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
9628BeginInvoke(new MethodInvoker(HorizScrollTimerHandler)); 29867BeginInvoke(new MethodInvoker(VertScrollTimerHandler));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7074BeginInvoke(new MethodInvoker(CleanPreviousBackgroundImageFiles));
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1960BeginInvoke((MethodInvoker)(() => SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId)));
System\Windows\Forms\Form.cs (1)
4284BeginInvoke(new MethodInvoker(CallShownEvent));
System\Windows\Forms\Internal\WinFormsMetadataUpdateHandler.cs (1)
20openForm.BeginInvoke((MethodInvoker)(() => openForm.Refresh()));
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (2)
36dialog.BeginInvoke(new MethodInvoker(dialog.Close)); 49dialog.BeginInvoke(new MethodInvoker(ThreadUnsafeUpdateLabel));
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
363BeginInvoke(new MethodInvoker(CalculatePageInfo));
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1174BeginInvoke(new EventHandler(OnSetScrollPosition));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
941BeginInvoke(new MethodInvoker(UpdateEnabled));
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
787this.BeginInvoke(new MethodInvoker(SetHWndSourceWindowPos));