Base:
property
Text
System.Windows.Forms.Control.Text
1 override of Text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
305public override string Text {
3 writes to Text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DomainUpDown.cs (2)
71Text = String.Empty; 599Text = stringValue;
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
310base.Text = value;
3 references to Text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DomainUpDown.cs (2)
299matchIndex = MatchIndex(Text, false, domainIndex); 560matchIndex = MatchIndex(Text, false, domainIndex);
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
307return base.Text;