3 references to DATAGRIDVIEWCOMBOBOXCELL_sorted
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
604return ((this.flags & DATAGRIDVIEWCOMBOBOXCELL_sorted) != 0x00); 621this.flags |= (byte)DATAGRIDVIEWCOMBOBOXCELL_sorted; 625this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOMBOBOXCELL_sorted);