8 references to WorkingArea
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Form.cs (4)
1166Rectangle screen = SystemInformation.WorkingArea; 1190Rectangle screen = SystemInformation.WorkingArea; 6053Rectangle workingArea = SystemInformation.WorkingArea; 6062Rectangle workingArea = SystemInformation.WorkingArea;
winforms\Managed\System\WinForms\Screen.cs (1)
240workingArea = SystemInformation.WorkingArea;
winforms\Managed\System\WinForms\ToolBar.cs (3)
1736if (leftTop.y < SystemInformation.WorkingArea.Y) { 1742if (leftTop.y + tooltipHeight > SystemInformation.WorkingArea.Height) { 1748if (leftTop.x + tooltipWidth > SystemInformation.WorkingArea.Right) {