5 references to SessionSwitchReason
Microsoft.Win32.SystemEvents (4)
Microsoft\Win32\SessionSwitchEventArgs.cs (3)
13private readonly SessionSwitchReason _reason; 18public SessionSwitchEventArgs(SessionSwitchReason reason) 26public SessionSwitchReason Reason
Microsoft\Win32\SystemEvents.cs (1)
931SessionSwitchEventArgs switchEventArgs = new SessionSwitchEventArgs((SessionSwitchReason)wParam);
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionSwitchReason))]