3 instantiations of MONITORINFO
System.Drawing.Common.Tests (1)
Helpers.cs (1)
146MONITORINFO info = new()
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
70monitorInfo = new() { cbSize = (uint)sizeof(MONITORINFOEXW) } 201monitorInfo = new() { cbSize = (uint)sizeof(MONITORINFOEXW) }
9 references to MONITORINFO
System.Drawing.Common.Tests (2)
Helpers.cs (2)
146MONITORINFO info = new() 148cbSize = (uint)sizeof(MONITORINFO)
System.Private.Windows.Core (5)
Windows.Win32.MONITORINFOEXW.g.cs (1)
30 internal winmdroot.Graphics.Gdi.MONITORINFO monitorInfo;
Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
536 /// <inheritdoc cref="GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR, winmdroot.Graphics.Gdi.MONITORINFO*)"/> 538 internal static unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, ref winmdroot.Graphics.Gdi.MONITORINFO lpmi) 540 fixed (winmdroot.Graphics.Gdi.MONITORINFO* lpmiLocal = &lpmi) 562 internal static extern unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, winmdroot.Graphics.Gdi.MONITORINFO* lpmi);
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
74PInvokeCore.GetMonitorInfo(monitor, (MONITORINFO*)&info); 205PInvokeCore.GetMonitorInfo(_hmonitor, (MONITORINFO*)&info);