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