4 references to WM_QUERYENDSESSION
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (3)
7064if (m.Msg == NativeMethods.WM_QUERYENDSESSION) { 7083if (m.Msg != NativeMethods.WM_QUERYENDSESSION) { 7552case NativeMethods.WM_QUERYENDSESSION:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
52case NativeMethods.WM_QUERYENDSESSION: text = "WM_QUERYENDSESSION"; break;