2 writes to AutoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3070
AutoCompleteCustomSource
= null;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
60
set { ComboBox.
AutoCompleteCustomSource
= value; }
6 references to AutoCompleteCustomSource
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
2689
if (
AutoCompleteCustomSource
.Count == 0)
3123
if (
AutoCompleteCustomSource
is null)
3128
if (
AutoCompleteCustomSource
.Count == 0)
3139
_stringSource = new StringSource(
AutoCompleteCustomSource
.ToArray());
3147
_stringSource.RefreshList(
AutoCompleteCustomSource
.ToArray());
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
59
get { return ComboBox.
AutoCompleteCustomSource
; }