2 references to PowerState
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
1429public static bool SetSuspendState(PowerState state, bool force, bool disableWakeEvent) 1430=> PInvoke.SetSuspendState((state == PowerState.Hibernate), force, disableWakeEvent);