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