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