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