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