3 references to SessionSwitchReason
Microsoft.Win32.SystemEvents (2)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net9.0\Microsoft.Win32.SystemEvents.notsupported.cs (2)
41public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 42public Microsoft.Win32.SessionSwitchReason Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } }
System (1)
src\libraries\shims\System\ref\System.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionSwitchReason))]