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