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