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