4 writes to stringSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
2025
stringSource
= null;
2531
stringSource
= null;
3171
stringSource
= new StringSource(GetStringsForAutoComplete(AutoCompleteCustomSource));
3195
stringSource
= new StringSource(GetStringsForAutoComplete(Items));
10 references to stringSource
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComboBox.cs (10)
2022
if (
stringSource
!= null)
2024
stringSource
.ReleaseAutoComplete();
2528
if (
stringSource
!= null)
2530
stringSource
.ReleaseAutoComplete();
3169
if (
stringSource
== null)
3172
if (!
stringSource
.Bind(new HandleRef(this, childEdit.Handle), (int)AutoCompleteMode)) {
3178
stringSource
.RefreshList(GetStringsForAutoComplete(AutoCompleteCustomSource));
3193
if (
stringSource
== null)
3196
if (!
stringSource
.Bind(new HandleRef(this, childEdit.Handle), (int)AutoCompleteMode)) {
3202
stringSource
.RefreshList(GetStringsForAutoComplete(Items));