1 write to s_windowThread
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
480s_windowThread = new Thread(new ThreadStart(systemEvents.WindowThreadProc))
2 references to s_windowThread
Microsoft.Win32.SystemEvents (2)
Microsoft\Win32\SystemEvents.cs (2)
485s_windowThread.Start(); 759Debug.Assert(s_windowThread == null || thread != Interop.Kernel32.GetCurrentThreadId(), "Don't call MarshaledInvoke on the system events thread");