6 references to
System.Windows.Forms.Tests (4)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (4)
47PropertyTab tab = propertyTabCollection[index]; 69propertyTabCollection[initialCount].Should().BeOfType<TestPropertyTab>(); 80_propertyTabCollection[initialCount].Should().BeOfType<TestPropertyTab>(); 90_propertyTabCollection[initialCount].Should().BeOfType<TestPropertyTab>();
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
481refreshedTabs[i].Should().BeSameAs(initialTabs[i]);