3 writes to _buttonPressedStartTime
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (3)
578_buttonPressedStartTime = nowTicks; 642_buttonPressedStartTime = DateTime.Now.Ticks; 651_buttonPressedStartTime = InvalidValue;
2 references to _buttonPressedStartTime
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
248return _accelerations is not null && _buttonPressedStartTime != InvalidValue; 572long buttonPressedElapsedTime = nowTicks - _buttonPressedStartTime;