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