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