11 references to VirtualScreen
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3796int overhang = toolTip.Location.X + toolTip.Size.Width - SystemInformation.VirtualScreen.Width;
System\Windows\Forms\Form.cs (1)
6795Size virtualScreen = SystemInformation.VirtualScreen.Size;
System\Windows\Forms\Screen.cs (1)
61_bounds = SystemInformation.VirtualScreen;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1581Rectangle screenBounds = SystemInformation.VirtualScreen;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIHandler.cs (1)
75Rectangle screen = SystemInformation.VirtualScreen;
System.Windows.Forms.Tests (5)
System\Windows\Forms\CursorTests.cs (3)
207Rectangle virtualScreen = SystemInformation.VirtualScreen; 264Rectangle virtualScreen = SystemInformation.VirtualScreen; 283Rectangle virtualScreen = SystemInformation.VirtualScreen;
System\Windows\Forms\SystemInformationTests.cs (2)
791Rectangle screen = SystemInformation.VirtualScreen; 794Assert.Equal(screen, SystemInformation.VirtualScreen);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
195Rectangle vscreen = SystemInformation.VirtualScreen;