4 references to InvalidValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
147
if (_accelerationsCurrentIndex !=
InvalidValue
)
248
return _accelerations is not null && _buttonPressedStartTime !=
InvalidValue
;
650
_accelerationsCurrentIndex =
InvalidValue
;
651
_buttonPressedStartTime =
InvalidValue
;