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();