2 references to WM_QUIT
System (2)
compmod\microsoft\win32\SystemEvents.cs (2)
1414UnsafeNativeMethods.PostMessage(new HandleRef(systemEvents, systemEvents.windowHandle), NativeMethods.WM_QUIT, IntPtr.Zero, IntPtr.Zero); 1579if (msg.message == NativeMethods.WM_QUIT) {