2 instantiations of new
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
70
monitorInfo =
new
() { cbSize = (uint)sizeof(MONITORINFOEXW) }
201
monitorInfo =
new
() { cbSize = (uint)sizeof(MONITORINFOEXW) }
7 references to new
System.Private.Windows.Core (5)
_generated\173\Windows.Win32.MONITORINFOEXW.g.cs (1)
30
internal winmdroot.Graphics.Gdi.
MONITORINFO
monitorInfo;
_generated\201\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)
74
PInvokeCore.GetMonitorInfo(monitor, (
MONITORINFO
*)&info);
205
PInvokeCore.GetMonitorInfo(_hmonitor, (
MONITORINFO
*)&info);