2 writes to bounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
81
bounds
= SystemInformation.VirtualScreen;
92
bounds
= Rectangle.FromLTRB(info.rcMonitor.left, info.rcMonitor.top, info.rcMonitor.right, info.rcMonitor.bottom);
2 references to bounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
169
return
bounds
;
482
return GetType().Name + "[Bounds=" +
bounds
.ToString() + " WorkingArea=" + WorkingArea.ToString() + " Primary=" + primary.ToString() + " DeviceName=" + deviceName;