3 references to GetControl
System.Windows.Forms.Tests (3)
System\Windows\Forms\TabControlTests.cs (3)
3624
Assert.Same(control.TabPages[index], control.
GetControl
(index));
3635
Assert.Throws<ArgumentOutOfRangeException>("index", () => control.
GetControl
(index));
3649
Assert.Throws<ArgumentOutOfRangeException>("index", () => control.
GetControl
(index));