4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1847_stringSource = null; 2390_stringSource = null; 3155_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3198_stringSource = new StringSource(GetStringsForAutoComplete());
10 references to _stringSource
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (10)
1844if (_stringSource is not null) 1846_stringSource.ReleaseAutoComplete(); 2387if (_stringSource is not null) 2389_stringSource.ReleaseAutoComplete(); 3153if (_stringSource is null) 3156if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3163_stringSource.RefreshList(AutoCompleteCustomSource.ToArray()); 3196if (_stringSource is null) 3199if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3206_stringSource.RefreshList(GetStringsForAutoComplete());