3 writes to AutoComplete
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
882
dataGridViewCell.
AutoComplete
= this.AutoComplete;
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (2)
53
this.ComboBoxCellTemplate.
AutoComplete
= value;
64
dataGridViewCell.
AutoComplete
= value;
4 references to AutoComplete
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
127
if (value != this.
AutoComplete
)
882
dataGridViewCell.AutoComplete = this.
AutoComplete
;
1556
if (this.
AutoComplete
)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
47
return this.ComboBoxCellTemplate.
AutoComplete
;