1 instantiation of BackgroundThread
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
76backgroundThread = new BackgroundThread(this); // starts running & shows dialog automatically
3 references to BackgroundThread
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (3)
25private BackgroundThread backgroundThread; 238private BackgroundThread backgroundThread; 240internal StatusDialog(BackgroundThread backgroundThread, string dialogTitle) {