4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1928_stringSource = null; 2494_stringSource = null; 3257_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3300_stringSource = new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1927_stringSource?.ReleaseAutoComplete(); 2493_stringSource?.ReleaseAutoComplete(); 3255if (_stringSource is null) 3258if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3265_stringSource.RefreshList(AutoCompleteCustomSource.ToArray()); 3298if (_stringSource is null) 3301if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3308_stringSource.RefreshList(GetStringsForAutoComplete());