2 references to PowerState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
1541
public static bool SetSuspendState(
PowerState
state, bool force, bool disableWakeEvent) {
1543
return UnsafeNativeMethods.SetSuspendState(state ==
PowerState
.Hibernate, force, disableWakeEvent);