2 writes to bounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
81bounds = SystemInformation.VirtualScreen; 92bounds = 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)
169return bounds; 482return GetType().Name + "[Bounds=" + bounds.ToString() + " WorkingArea=" + WorkingArea.ToString() + " Primary=" + primary.ToString() + " DeviceName=" + deviceName;