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