1 write to canceled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
314backgroundThread.canceled = true;
4 references to canceled
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (4)
93if (backgroundThread != null && backgroundThread.canceled) { 113if (backgroundThread != null && backgroundThread.canceled){ 128if (backgroundThread != null && backgroundThread.canceled) { 145if (backgroundThread != null && backgroundThread.canceled) {