2 writes to accelerationsCurrentIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
638this.accelerationsCurrentIndex++; 700this.accelerationsCurrentIndex = InvalidValue;
4 references to accelerationsCurrentIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NumericUpDown.cs (4)
186if (this.accelerationsCurrentIndex != InvalidValue) { 187return this.Accelerations[this.accelerationsCurrentIndex].Increment; 628if(this.Spinning && this.accelerationsCurrentIndex < (this.accelerations.Count - 1)) { // if index not the last entry ... 632long accelerationInterval = 10000000L * this.accelerations[this.accelerationsCurrentIndex + 1].Seconds; // next entry.