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