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