3 references to WM_QUIT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (2)
2119if (msg.message == NativeMethods.WM_QUIT) { 3312UnsafeNativeMethods.PostThreadMessage(id, NativeMethods.WM_QUIT, IntPtr.Zero, IntPtr.Zero);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
53case NativeMethods.WM_QUIT: text = "WM_QUIT"; break;