1 write to accelerations
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
120
this.
accelerations
= new NumericUpDownAccelerationCollection();
5 references to accelerations
System.Windows.Forms (5)
winforms\Managed\System\WinForms\NumericUpDown.cs (5)
119
if( this.
accelerations
== null ){
122
return this.
accelerations
;
288
return this.
accelerations
!= null && this.buttonPressedStartTime != InvalidValue;
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.