11 references to BeginInvoke
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Control.cs (1)
8796
BeginInvoke
(new EventHandler(this.OnSetScrollPosition));
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
998
DataGrid.
BeginInvoke
(new MethodInvoker(this.ResetAccessibilityLayer));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
9781
BeginInvoke
(new MethodInvoker(HorizScrollTimerHandler));
29747
BeginInvoke
(new MethodInvoker(VertScrollTimerHandler));
winforms\Managed\System\WinForms\Form.cs (2)
4908
this.
BeginInvoke
(new MethodInvoker(CallShownEvent));
7529
BeginInvoke
(new MethodInvoker(RestrictedProcessNcActivate));
winforms\Managed\System\WinForms\ListView.cs (1)
6364
BeginInvoke
(new MethodInvoker(this.CleanPreviousBackgroundImageFiles));
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
211
dialog.
BeginInvoke
(new MethodInvoker(dialog.Close));
228
dialog.
BeginInvoke
(new MethodInvoker(ThreadUnsafeUpdateLabel));
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
566
BeginInvoke
(new MethodInvoker(CalculatePageInfo));
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1243
BeginInvoke
(new EventHandler(this.OnSetScrollPosition));