5 references to GetItems
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControlTests.cs (5)
3835
object[] result = Assert.IsType<TabPage[]>(control.
GetItems
());
3837
Assert.Same(result, control.
GetItems
());
3848
object[] result = Assert.IsType<TabPage[]>(control.
GetItems
());
3850
Assert.NotSame(result, control.
GetItems
());
3862
Assert.NotSame(result, control.
GetItems
());