6 references to
System.Windows.Forms.Tests (4)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (4)
47
PropertyTab tab = propertyTabCollection
[
index];
69
propertyTabCollection
[
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)
481
refreshedTabs
[
i].Should().BeSameAs(initialTabs
[
i]);