12 references to DATAGRIDVIEWSTATE1_currentCellInEditMode
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3635
return this.editingControl != null || this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (11)
2682
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
] = true;
3121
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
3223
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
3293
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
3889
(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
] && ((IDataGridViewEditingCell)this.CurrentCellInternal).EditingCellValueChanged)
3929
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
3962
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
6292
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
6293
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
] = false;
25475
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);
25659
Debug.Assert(this.dataGridViewState1[
DATAGRIDVIEWSTATE1_currentCellInEditMode
]);