2 writes to AutoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3201
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)
2817
if (
AutoCompleteCustomSource
.Count == 0)
3254
if (
AutoCompleteCustomSource
is null)
3259
if (
AutoCompleteCustomSource
.Count == 0)
3270
_stringSource = new StringSource(
AutoCompleteCustomSource
.ToArray());
3278
_stringSource.RefreshList(
AutoCompleteCustomSource
.ToArray());
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
59
get { return ComboBox.
AutoCompleteCustomSource
; }