1 write to windowThread
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
579windowThread = new Thread(new ThreadStart(systemEvents.WindowThreadProc));
5 references to windowThread
System (5)
compmod\microsoft\win32\SystemEvents.cs (5)
580windowThread.IsBackground = true; 581windowThread.Name = ".NET SystemEvents"; 582windowThread.Start(); 1406if (windowThread != null) { 1417windowThread.Join(); //avoids an AppDomainUnloaded exception on our background thread.