5 references to SessionSwitchReason
Microsoft.Win32.SystemEvents (4)
Microsoft\Win32\SessionSwitchEventArgs.cs (3)
13
private readonly
SessionSwitchReason
_reason;
18
public SessionSwitchEventArgs(
SessionSwitchReason
reason)
26
public
SessionSwitchReason
Reason
Microsoft\Win32\SystemEvents.cs (1)
931
SessionSwitchEventArgs 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
))]