Base:
property
Text
System.Windows.Forms.UpDownBase.Text
3 writes to Text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
100
Text
= "0";
794
Text
= GetNumberText(currentValue);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1489
pageCounter.
Text
= "1";
8 references to Text
System.Windows.Forms (8)
winforms\Managed\System\WinForms\NumericUpDown.cs (8)
605
if (!string.IsNullOrEmpty(
Text
) &&
606
!(
Text
.Length == 1 &&
Text
== "-")) {
608
Value = Constrain(Convert.ToDecimal(Convert.ToInt32(
Text
, 16)));
611
Value = Constrain(Decimal.Parse(
Text
, CultureInfo.CurrentCulture));
784
if (currentValueChanged || (!string.IsNullOrEmpty(
Text
) &&
785
!(
Text
.Length == 1 &&
Text
== "-"))) {