12 references to DATAGRIDVIEWOPER_inDisplayIndexAdjustments
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3562return this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments]; 3566this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = value;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (10)
4947this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = true; 4967this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = false; 4982this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = true; 5002this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = false; 5137Debug.Assert(!this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments]); 13838if (this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments]) 13849this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = true; 13881this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = false; 13895Debug.Assert(this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments]); 13908Debug.Assert(this.dataGridViewOper[DATAGRIDVIEWOPER_inDisplayIndexAdjustments]);