4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1932_stringSource = null; 2507_stringSource = null; 3270_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3313_stringSource = new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1931_stringSource?.ReleaseAutoComplete(); 2506_stringSource?.ReleaseAutoComplete(); 3268if (_stringSource is null) 3271if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3278_stringSource.RefreshList(AutoCompleteCustomSource.ToArray()); 3311if (_stringSource is null) 3314if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3321_stringSource.RefreshList(GetStringsForAutoComplete());