Implemented interface member:
6 references to Count
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
561if (Spinning && _accelerationsCurrentIndex < (_accelerations.Count - 1))
System.Windows.Forms.Tests (5)
System\Windows\Forms\NumericUpDownAccelerationCollectionTests.cs (5)
17collection.Count.Should().Be(2); 21collection.Count.Should().Be(0); 104collection.Count.Should().Be(1); 120collection.Count.Should().Be(1); 134collection.Count.Should().Be(3);