4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1861_stringSource = null; 2401_stringSource = null; 3156_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3199_stringSource = new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1860_stringSource?.ReleaseAutoComplete(); 2400_stringSource?.ReleaseAutoComplete(); 3154if (_stringSource is null) 3157if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3164_stringSource.RefreshList(AutoCompleteCustomSource.ToArray()); 3197if (_stringSource is null) 3200if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3207_stringSource.RefreshList(GetStringsForAutoComplete());