1 write to currentValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
378
currentValue
= value;
10 references to currentValue
System.Windows.Forms (10)
winforms\Managed\System\WinForms\NumericUpDown.cs (10)
225
Value = Constrain(
currentValue
);
252
Value = Constrain(
currentValue
);
368
return
currentValue
;
372
if (value !=
currentValue
) {
456
Decimal newValue =
currentValue
;
486
Value = Constrain(
currentValue
);
729
Decimal newValue =
currentValue
;
791
Debug.Assert(minimum <=
currentValue
&&
currentValue
<= maximum,
794
Text = GetNumberText(
currentValue
);