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