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