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