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