1 write to _stringValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
398
_stringValue
= _domainItems[_domainIndex]!.ToString()!;
2 references to _stringValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
434
int newIndex = MatchIndex(
_stringValue
, true);
513
Text =
_stringValue
;