5 references to DATAGRIDVIEWOPER_inCurrentCellChange
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
15697if (!this.dataGridViewOper[DATAGRIDVIEWOPER_inCurrentCellChange] && 25685if (this.dataGridViewOper[DATAGRIDVIEWOPER_inCurrentCellChange]) 26850if (this.dataGridViewOper[DATAGRIDVIEWOPER_inCurrentCellChange] && // Allow the code to be re-entrant only as a result of 26856this.dataGridViewOper[DATAGRIDVIEWOPER_inCurrentCellChange] = true; 27177this.dataGridViewOper[DATAGRIDVIEWOPER_inCurrentCellChange] = false;