14 references to BeginInvoke
System.Windows.Forms (12)
System\Windows\Forms\Control.cs (2)
4248/// An <see cref="IAsyncResult"/> that represents the result of the <see cref="BeginInvoke(Delegate)"/> operation. 7279BeginInvoke(new EventHandler(OnSetScrollPosition));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
9627BeginInvoke(new MethodInvoker(HorizScrollTimerHandler)); 29848BeginInvoke(new MethodInvoker(VertScrollTimerHandler));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7070BeginInvoke(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)
790this.BeginInvoke(new MethodInvoker(SetHWndSourceWindowPos));