4 references to
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (2)
30
var tab = propertyTabCollection
[
index];
52
propertyTabCollection
[
initialCount].Should().BeOfType<TestPropertyTab>();
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
481
refreshedTabs
[
i].Should().BeSameAs(initialTabs
[
i]);