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