1 write to _canceled
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
88
_backgroundThread.
_canceled
= true;
4 references to _canceled
System.Windows.Forms (4)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (4)
56
if (_backgroundThread is not null && _backgroundThread.
_canceled
)
73
if (_backgroundThread is not null && _backgroundThread.
_canceled
)
87
if (_backgroundThread is not null && _backgroundThread.
_canceled
)
103
if (_backgroundThread is not null && _backgroundThread.
_canceled
)