1 write to _backgroundThread
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
42
_backgroundThread
= new BackgroundThread(this); // starts running & shows dialog automatically
11 references to _backgroundThread
System.Windows.Forms (11)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (11)
51
_backgroundThread
?.Stop();
56
if (
_backgroundThread
is not null &&
_backgroundThread
._canceled)
70
_backgroundThread
?.UpdateLabel();
73
if (
_backgroundThread
is not null &&
_backgroundThread
._canceled)
87
if (
_backgroundThread
is not null &&
_backgroundThread
._canceled)
103
if (
_backgroundThread
is not null &&
_backgroundThread
._canceled)
108
_backgroundThread
?.Stop();