2 references to GetWorkingArea
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
726
return Screen.
GetWorkingArea
(this.Bounds).Size - this.Padding.Size;
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
91
return ConstrainToBounds(Screen.
GetWorkingArea
(bounds), bounds);