1 write to s_windowThread
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
480
s_windowThread
= new Thread(new ThreadStart(systemEvents.WindowThreadProc))
1 reference to s_windowThread
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
485
s_windowThread
.Start();