2 references to SM_CMONITORS
System.Windows.Forms (2)
System\Windows\Forms\SystemInformation.cs (2)
421
s_multiMonitorSupport = PInvokeCore.GetSystemMetrics(
SM_CMONITORS
) != 0;
469
public static int MonitorCount => MultiMonitorSupport ? PInvokeCore.GetSystemMetrics(
SM_CMONITORS
) : 1;