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