4 references to DATAGRIDVIEWCOLUMN_programmaticSort
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (4)
956else if ((this.flags & DATAGRIDVIEWCOLUMN_programmaticSort) != 0x00) 981this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOLUMN_programmaticSort); 987this.flags |= (byte)DATAGRIDVIEWCOLUMN_programmaticSort; 993this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOLUMN_programmaticSort);