Implemented interface member:
7 references to Count
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (4)
18propertyTabCollection.Count.Should().Be(1); // PropertyGrid initially contains one PropertiesTab 41int initialCount = propertyTabCollection.Count; 49propertyTabCollection.Count.Should().Be(expectedCount); 50if (propertyTabCollection.Count > initialCount)
System\Windows\Forms\PropertyGridTests.cs (1)
2368Assert.Equal(2, grid.PropertyTabs.Count);
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
472int initialTabCount = initialTabs.Count; 476int refreshedTabCount = refreshedTabs.Count;