1 write to _currentValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
326
_currentValue
= value;
10 references to _currentValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (10)
184
Value = Constrain(
_currentValue
);
211
Value = Constrain(
_currentValue
);
313
return
_currentValue
;
318
if (value !=
_currentValue
)
388
decimal newValue =
_currentValue
;
418
Value = Constrain(
_currentValue
);
677
decimal newValue =
_currentValue
;
746
Debug.Assert(_minimum <=
_currentValue
&&
_currentValue
<= _maximum,
749
Text = GetNumberText(
_currentValue
);