1 write to _accelerations
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
89_accelerations ??= [];
5 references to _accelerations
System.Windows.Forms (5)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (5)
91return _accelerations; 241[MemberNotNullWhen(true, nameof(_accelerations))] 246return _accelerations is not null && _buttonPressedStartTime != InvalidValue; 565if (Spinning && _accelerationsCurrentIndex < (_accelerations.Count - 1)) 571long accelerationInterval = 10000000L * _accelerations[_accelerationsCurrentIndex + 1].Seconds; // next entry.