4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1859_stringSource = null; 2397_stringSource = null; 3152_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3195_stringSource = new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1858_stringSource?.ReleaseAutoComplete(); 2396_stringSource?.ReleaseAutoComplete(); 3150if (_stringSource is null) 3153if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3160_stringSource.RefreshList(AutoCompleteCustomSource.ToArray()); 3193if (_stringSource is null) 3196if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3203_stringSource.RefreshList(GetStringsForAutoComplete());