4 references to VirtualScreen
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3829
int overhang = toolTip.Location.X + toolTip.Size.Width - SystemInformation.
VirtualScreen
.Width;
System\Windows\Forms\Form.cs (1)
6901
Size virtualScreen = SystemInformation.
VirtualScreen
.Size;
System\Windows\Forms\Screen.cs (1)
61
_bounds = SystemInformation.
VirtualScreen
;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1581
Rectangle screenBounds = SystemInformation.
VirtualScreen
;