Base:
property
Text
System.Windows.Forms.UpDownBase.Text
3 writes to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
72
Text
= "0";
743
Text
= GetNumberText(_currentValue);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
898
_pageCounter.
Text
= "1";
8 references to Text
System.Windows.Forms (8)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (8)
532
if (!string.IsNullOrEmpty(
Text
) &&
533
!(
Text
.Length == 1 &&
Text
== "-"))
537
Value = Constrain(Convert.ToDecimal(Convert.ToInt32(
Text
, 16)));
541
Value = Constrain(decimal.Parse(
Text
, CultureInfo.CurrentCulture));
733
if (_currentValueChanged || (!string.IsNullOrEmpty(
Text
) &&
734
!(
Text
.Length == 1 &&
Text
== "-")))