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();
3150
if (
_stringSource
is null)
3153
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3160
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());
3193
if (
_stringSource
is null)
3196
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3203
_stringSource
.RefreshList(GetStringsForAutoComplete());