5 references to TestPropertyTab
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (5)
25
[InlineData(typeof(PropertyGrid), 1, typeof(
TestPropertyTab
))]
30
propertyTabCollection.AddTabType(typeof(
TestPropertyTab
));
37
[InlineData(typeof(PropertyGrid), typeof(
TestPropertyTab
), 2, false)]
38
[InlineData(typeof(PropertyGrid), typeof(
TestPropertyTab
), 2, true)]
54
propertyTabCollection[initialCount].Should().BeOfType<
TestPropertyTab
>();