4 references to DATAGRIDVIEWCOMBOBOXCELL_autoComplete
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
83this.flags = DATAGRIDVIEWCOMBOBOXCELL_autoComplete; 122return ((this.flags & DATAGRIDVIEWCOMBOBOXCELL_autoComplete) != 0x00); 131this.flags |= (byte)DATAGRIDVIEWCOMBOBOXCELL_autoComplete; 135this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOMBOBOXCELL_autoComplete);