3 writes to stringSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TextBox.cs (3)
572
stringSource
= null;
679
stringSource
= null;
785
stringSource
= new StringSource(GetStringsForAutoComplete());
7 references to stringSource
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TextBox.cs (7)
569
if (
stringSource
!= null)
571
stringSource
.ReleaseAutoComplete();
676
if (
stringSource
!= null)
678
stringSource
.ReleaseAutoComplete();
783
if (
stringSource
== null)
786
if (!
stringSource
.Bind(new HandleRef(this, Handle), (int)AutoCompleteMode))
793
stringSource
.RefreshList(GetStringsForAutoComplete());