1 write to _thread
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (1)
24
_thread
= new Thread(new ThreadStart(Run));
2 references to _thread
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (2)
25
_thread
.SetApartmentState(ApartmentState.STA);
26
_thread
.Start();