4 references to InvalidValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
151
if (_accelerationsCurrentIndex !=
InvalidValue
)
246
return _accelerations is not null && _buttonPressedStartTime !=
InvalidValue
;
648
_accelerationsCurrentIndex =
InvalidValue
;
649
_buttonPressedStartTime =
InvalidValue
;