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