3 writes to stringSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TextBox.cs (3)
572stringSource = null; 679stringSource = null; 785stringSource = new StringSource(GetStringsForAutoComplete());
7 references to stringSource
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TextBox.cs (7)
569if (stringSource != null) 571stringSource.ReleaseAutoComplete(); 676if (stringSource != null) 678stringSource.ReleaseAutoComplete(); 783if (stringSource == null) 786if (!stringSource.Bind(new HandleRef(this, Handle), (int)AutoCompleteMode)) 793stringSource.RefreshList(GetStringsForAutoComplete());