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