2 references to GetBounds
System.Windows.Forms.Tests (2)
System\Windows\Forms\ScreenTests.cs (2)
144
Assert.Equal(screen.Bounds, Screen.
GetBounds
(control));
166
Assert.Throws<ArgumentNullException>("control", () => Screen.
GetBounds
(null));