1 write to s_threadCallbackMessage
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
769
s_threadCallbackMessage
= Interop.User32.RegisterWindowMessageW("SystemEventsThreadCallbackMessage");
3 references to s_threadCallbackMessage
Microsoft.Win32.SystemEvents (3)
Microsoft\Win32\SystemEvents.cs (3)
775
Debug.Assert(
s_threadCallbackMessage
!= 0, "threadCallbackList initialized but threadCallbackMessage not?");
782
Interop.User32.PostMessageW(s_systemEvents!._windowHandle,
s_threadCallbackMessage
, IntPtr.Zero, IntPtr.Zero);
1186
if (msg ==
s_threadCallbackMessage
&& msg != 0)