4 references to DATAGRIDVIEWOPER_inEndEdit
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3574return this.dataGridViewOper[DATAGRIDVIEWOPER_inEndEdit];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
6212this.dataGridViewOper[DATAGRIDVIEWOPER_inEndEdit] = true; 6307this.dataGridViewOper[DATAGRIDVIEWOPER_inEndEdit] = false; 15698(!this.dataGridViewOper[DATAGRIDVIEWOPER_inEndEdit] || this.EditMode != DataGridViewEditMode.EditOnEnter) &&