2 references to PowerModeChangedEventHandler
Microsoft.Win32.SystemEvents (1)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net9.0\Microsoft.Win32.SystemEvents.notsupported.cs (1)
69public static event Microsoft.Win32.PowerModeChangedEventHandler? PowerModeChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } }
System (1)
src\libraries\shims\System\ref\System.cs (1)
7[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.PowerModeChangedEventHandler))]