Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
255
public override string
Text
3 writes to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
44
Text
= string.Empty;
503
Text
= _stringValue;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
258
set => base.
Text
= value;
3 references to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
215
matchIndex = MatchIndex(
Text
, false, _domainIndex);
473
matchIndex = MatchIndex(
Text
, false, _domainIndex);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
257
get => base.
Text
;