2 writes to _bounds
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
61_bounds = SystemInformation.VirtualScreen; 75_bounds = info.monitorInfo.rcMonitor;
2 references to _bounds
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
139public Rectangle Bounds => _bounds; 345=> $"{GetType().Name}[Bounds={_bounds} WorkingArea={WorkingArea} Primary={_primary} DeviceName={_deviceName}";