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