1 write to threadCallbackMessage
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
821threadCallbackMessage = SafeNativeMethods.RegisterWindowMessage("SystemEventsThreadCallbackMessage");
3 references to threadCallbackMessage
System (3)
compmod\microsoft\win32\SystemEvents.cs (3)
827Debug.Assert(threadCallbackMessage != 0, "threadCallbackList initialized but threadCallbackMessage not?"); 833UnsafeNativeMethods.PostMessage(new HandleRef(systemEvents, systemEvents.windowHandle), threadCallbackMessage, IntPtr.Zero, IntPtr.Zero); 1538if (msg == threadCallbackMessage && msg != 0) {