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)
434int newIndex = MatchIndex(_stringValue, true); 513Text = _stringValue;