3 writes to _buttonPressedStartTime
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (3)
576_buttonPressedStartTime = nowTicks; 640_buttonPressedStartTime = DateTime.Now.Ticks; 649_buttonPressedStartTime = InvalidValue;
2 references to _buttonPressedStartTime
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
246return _accelerations is not null && _buttonPressedStartTime != InvalidValue; 570long buttonPressedElapsedTime = nowTicks - _buttonPressedStartTime;