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)
13
private
BackgroundThread
? _backgroundThread;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (2)
17
private readonly
BackgroundThread
_backgroundThread;
19
internal StatusDialog(
BackgroundThread
backgroundThread, string dialogTitle)