1 instantiation of BackgroundThread
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
42_backgroundThread = new BackgroundThread(this); // starts running & shows dialog automatically
3 references to BackgroundThread
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
13private BackgroundThread? _backgroundThread;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (2)
17private readonly BackgroundThread _backgroundThread; 19internal StatusDialog(BackgroundThread backgroundThread, string dialogTitle)