2 writes to AutoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3188
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)
2804
if (
AutoCompleteCustomSource
.Count == 0)
3241
if (
AutoCompleteCustomSource
is null)
3246
if (
AutoCompleteCustomSource
.Count == 0)
3257
_stringSource = new StringSource(
AutoCompleteCustomSource
.ToArray());
3265
_stringSource.RefreshList(
AutoCompleteCustomSource
.ToArray());
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
59
get { return ComboBox.
AutoCompleteCustomSource
; }