3 references to WM_ENDSESSION
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
7001if (m.Msg != NativeMethods.WM_ENDSESSION) { 7553case NativeMethods.WM_ENDSESSION:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
57case NativeMethods.WM_ENDSESSION: text = "WM_ENDSESSION"; break;