4 references to DATAGRIDVIEWCOLUMN_automaticSort
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (4)
952if ((this.flags & DATAGRIDVIEWCOLUMN_automaticSort) != 0x00) 982this.flags |= (byte)DATAGRIDVIEWCOLUMN_automaticSort; 986this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOLUMN_automaticSort); 992this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOLUMN_automaticSort);