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.
7279
BeginInvoke
(new EventHandler(OnSetScrollPosition));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
9627
BeginInvoke
(new MethodInvoker(HorizScrollTimerHandler));
29848
BeginInvoke
(new MethodInvoker(VertScrollTimerHandler));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7070
BeginInvoke
(new MethodInvoker(CleanPreviousBackgroundImageFiles));
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1960
BeginInvoke
((MethodInvoker)(() => SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId)));
System\Windows\Forms\Form.cs (1)
4284
BeginInvoke
(new MethodInvoker(CallShownEvent));
System\Windows\Forms\Internal\WinFormsMetadataUpdateHandler.cs (1)
20
openForm.
BeginInvoke
((MethodInvoker)(() => openForm.Refresh()));
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (2)
36
dialog.
BeginInvoke
(new MethodInvoker(dialog.Close));
49
dialog.
BeginInvoke
(new MethodInvoker(ThreadUnsafeUpdateLabel));
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
363
BeginInvoke
(new MethodInvoker(CalculatePageInfo));
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1174
BeginInvoke
(new EventHandler(OnSetScrollPosition));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
941
BeginInvoke
(new MethodInvoker(UpdateEnabled));
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
790
this.
BeginInvoke
(new MethodInvoker(SetHWndSourceWindowPos));