4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1846_stringSource = null; 2384_stringSource = null; 3139_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3182_stringSource = new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1845_stringSource?.ReleaseAutoComplete(); 2383_stringSource?.ReleaseAutoComplete(); 3137if (_stringSource is null) 3140if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3147_stringSource.RefreshList(AutoCompleteCustomSource.ToArray()); 3180if (_stringSource is null) 3183if (!_stringSource.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 3190_stringSource.RefreshList(GetStringsForAutoComplete());