2 writes to workingArea
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
240workingArea = SystemInformation.WorkingArea; 249workingArea = Rectangle.FromLTRB(info.rcWork.left, info.rcWork.top, info.rcWork.right, info.rcWork.bottom);
1 reference to workingArea
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Screen.cs (1)
253return workingArea;