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)
139
public Rectangle Bounds =>
_bounds
;
345
=> $"{GetType().Name}[Bounds={
_bounds
} WorkingArea={WorkingArea} Primary={_primary} DeviceName={_deviceName}";