4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1861
_stringSource
= null;
2401
_stringSource
= null;
3156
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
3199
_stringSource
= new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1860
_stringSource
?.ReleaseAutoComplete();
2400
_stringSource
?.ReleaseAutoComplete();
3154
if (
_stringSource
is null)
3157
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3164
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());
3197
if (
_stringSource
is null)
3200
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3207
_stringSource
.RefreshList(GetStringsForAutoComplete());