Base:
property
Text
System.Windows.Forms.TextBox.Text
1 write to Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
382
_upDownEdit.
Text
= value;
1 reference to Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
375
get => _upDownEdit.
Text
;