5 references to WorkingArea
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (4)
895
Rectangle screen = SystemInformation.
WorkingArea
;
918
Rectangle screen = SystemInformation.
WorkingArea
;
5394
Rectangle workingArea = SystemInformation.
WorkingArea
;
5403
Rectangle workingArea = SystemInformation.
WorkingArea
;
System\Windows\Forms\Screen.cs (1)
194
_workingArea = SystemInformation.
WorkingArea
;