4 references to SessionSwitchReason
System (4)
compmod\microsoft\win32\SessionSwitchEventArgs.cs (3)
22private readonly SessionSwitchReason reason; 27public SessionSwitchEventArgs(SessionSwitchReason reason) { 34public SessionSwitchReason Reason {
compmod\microsoft\win32\SystemEvents.cs (1)
973SessionSwitchEventArgs switchEventArgs = new SessionSwitchEventArgs((SessionSwitchReason)wParam);