3 writes to _stringSource
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
550
_stringSource
= null;
668
_stringSource
= null;
782
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
5 references to _stringSource
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBox.cs (5)
549
_stringSource
?.ReleaseAutoComplete();
667
_stringSource
?.ReleaseAutoComplete();
780
if (
_stringSource
is null)
783
if (!
_stringSource
.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
790
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());