1 write to stringValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
474stringValue = domainItems[domainIndex].ToString();
2 references to stringValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DomainUpDown.cs (2)
508int newIndex = MatchIndex(stringValue, true); 599Text = stringValue;