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