3 references to SM_CMONITORS
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Screen.cs (1)
68private static bool multiMonitorSupport = (UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CMONITORS) != 0);
winforms\Managed\System\WinForms\SystemInformation.cs (2)
966multiMonitorSupport = (UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CMONITORS) != 0); 1056return UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_CMONITORS);