1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (1)
234
this
[
index] = (string)value;
3 references to
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (1)
231
return this
[
index];
winforms\Managed\System\WinForms\ComboBox.cs (1)
1004
strings[i] = AutoCompleteCustomSource
[
i];
winforms\Managed\System\WinForms\TextBox.cs (1)
748
strings[i] = AutoCompleteCustomSource
[
i];