1 write to _currentValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
320
_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
);
307
return
_currentValue
;
312
if (value !=
_currentValue
)
382
decimal newValue =
_currentValue
;
412
Value = Constrain(
_currentValue
);
671
decimal newValue =
_currentValue
;
740
Debug.Assert(_minimum <=
_currentValue
&&
_currentValue
<= _maximum,
743
Text = GetNumberText(
_currentValue
);