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(); 56if (_backgroundThread is not null && _backgroundThread._canceled) 70_backgroundThread?.UpdateLabel(); 73if (_backgroundThread is not null && _backgroundThread._canceled) 87if (_backgroundThread is not null && _backgroundThread._canceled) 103if (_backgroundThread is not null && _backgroundThread._canceled) 108_backgroundThread?.Stop();