Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
261public override string Text
3 writes to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
44Text = string.Empty; 509Text = _stringValue;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
264set => base.Text = value;
3 references to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
221matchIndex = MatchIndex(Text, false, _domainIndex); 479matchIndex = MatchIndex(Text, false, _domainIndex);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
263get => base.Text;