1 write to backgroundThread
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
76
backgroundThread
= new BackgroundThread(this); // starts running & shows dialog automatically
14 references to backgroundThread
System.Windows.Forms (14)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (14)
87
if (
backgroundThread
!= null) {
88
backgroundThread
.Stop();
93
if (
backgroundThread
!= null &&
backgroundThread
.canceled) {
109
if (
backgroundThread
!= null) {
110
backgroundThread
.UpdateLabel();
113
if (
backgroundThread
!= null &&
backgroundThread
.canceled){
128
if (
backgroundThread
!= null &&
backgroundThread
.canceled) {
145
if (
backgroundThread
!= null &&
backgroundThread
.canceled) {
149
if (
backgroundThread
!= null) {
150
backgroundThread
.Stop();