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