2 writes to monitorInfo
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
70monitorInfo = new() { cbSize = (uint)sizeof(MONITORINFOEXW) } 201monitorInfo = 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;