20 references to AutoCompleteStringCollection
System.Windows.Forms (20)
System\Windows\Forms\AutoCompleteStringCollection.cs (14)
22/// Represents the entry at the specified index of the <see cref="AutoCompleteStringCollection"/>. 40/// <see cref="AutoCompleteStringCollection"/> . 58/// <see cref="AutoCompleteStringCollection"/> . 77/// Copies the elements of a string array to the end of the <see cref="AutoCompleteStringCollection"/>. 103/// <see cref="AutoCompleteStringCollection"/> . 113/// <see cref="AutoCompleteStringCollection"/> contains a string with the specified 119/// Copies the <see cref="AutoCompleteStringCollection"/> values to a one-dimensional <see cref="Array"/> instance at the 126/// the <see cref="AutoCompleteStringCollection"/> . 131/// Inserts a string into the <see cref="AutoCompleteStringCollection"/> at the specified 147/// Gets a value indicating whether the <see cref="AutoCompleteStringCollection"/> is read-only. 152/// Gets a value indicating whether access to the <see cref="AutoCompleteStringCollection"/> 158/// Removes a specific string from the <see cref="AutoCompleteStringCollection"/> . 167/// Removes the string at the specified index of the <see cref="AutoCompleteStringCollection"/>. 177/// Gets an object that can be used to synchronize access to the <see cref="AutoCompleteStringCollection"/>.
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
100private AutoCompleteStringCollection? _autoCompleteCustomSource; 217public AutoCompleteStringCollection AutoCompleteCustomSource
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
74private AutoCompleteStringCollection? _autoCompleteCustomSource; 184public AutoCompleteStringCollection AutoCompleteCustomSource
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
57public AutoCompleteStringCollection AutoCompleteCustomSource
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
187public AutoCompleteStringCollection AutoCompleteCustomSource