5 references to TestPropertyTab
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (5)
23
[InlineData(typeof(PropertyGrid), 1, typeof(
TestPropertyTab
))]
28
propertyTabCollection.AddTabType(typeof(
TestPropertyTab
));
35
[InlineData(typeof(PropertyGrid), typeof(
TestPropertyTab
), 2, false)]
36
[InlineData(typeof(PropertyGrid), typeof(
TestPropertyTab
), 2, true)]
52
propertyTabCollection[initialCount].Should().BeOfType<
TestPropertyTab
>();