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