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