1 write to thread
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
169thread = new Thread(new ThreadStart(Run));
2 references to thread
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
170thread.SetApartmentState(ApartmentState.STA); 171thread.Start();