2 writes to monitorInfo
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
70
monitorInfo
= new() { cbSize = (uint)sizeof(MONITORINFOEXW) }
201
monitorInfo
= new() { cbSize = (uint)sizeof(MONITORINFOEXW) }
3 references to monitorInfo
System.Windows.Forms (3)
System\Windows\Forms\Screen.cs (3)
75
_bounds = info.
monitorInfo
.rcMonitor;
76
_primary = ((info.
monitorInfo
.dwFlags & PInvokeCore.MONITORINFOF_PRIMARY) != 0);
206
_workingArea = info.
monitorInfo
.rcWork;