4 references to GetMonitorInfo
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
536 /// <inheritdoc cref="GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR, winmdroot.Graphics.Gdi.MONITORINFO*)"/> 542 winmdroot.Foundation.BOOL __result = PInvokeCore.GetMonitorInfo(hMonitor, lpmiLocal);
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
74PInvokeCore.GetMonitorInfo(monitor, (MONITORINFO*)&info); 205PInvokeCore.GetMonitorInfo(_hmonitor, (MONITORINFO*)&info);