4 references to VirtualScreen
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
7200Size virtualScreen = SystemInformation.VirtualScreen.Size;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
189int overHang = (Location.X + Size.Width) - SystemInformation.VirtualScreen.Width;
winforms\Managed\System\WinForms\Screen.cs (1)
81bounds = SystemInformation.VirtualScreen;
winforms\Managed\System\WinForms\ToolTip.cs (1)
1825Rectangle screenBounds = SystemInformation.VirtualScreen;