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