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