1 write to _currentValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
324
_currentValue
= value;
10 references to _currentValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (10)
188
Value = Constrain(
_currentValue
);
215
Value = Constrain(
_currentValue
);
311
return
_currentValue
;
316
if (value !=
_currentValue
)
386
decimal newValue =
_currentValue
;
416
Value = Constrain(
_currentValue
);
675
decimal newValue =
_currentValue
;
744
Debug.Assert(_minimum <=
_currentValue
&&
_currentValue
<= _maximum,
747
Text = GetNumberText(
_currentValue
);