4 references to DATAGRIDVIEWOPER_inSort
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3603return this.dataGridViewOper[DATAGRIDVIEWOPER_inSort];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
28237this.dataGridViewOper[DATAGRIDVIEWOPER_inSort] = true; 28323Debug.Assert(this.dataGridViewOper[DATAGRIDVIEWOPER_inSort]); 28324this.dataGridViewOper[DATAGRIDVIEWOPER_inSort] = false;