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