2 references to GetBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
18807
Rectangle rect = Screen.
GetBounds
(pt);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScreenTests.cs (1)
152
Assert.Equal(screen.Bounds, Screen.
GetBounds
(point));