4 references to DATAGRIDVIEWOPER_inBeginEdit
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3554return this.dataGridViewOper[DATAGRIDVIEWOPER_inBeginEdit];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2608if (this.dataGridViewOper[DATAGRIDVIEWOPER_inBeginEdit]) 2614this.dataGridViewOper[DATAGRIDVIEWOPER_inBeginEdit] = true; 2764this.dataGridViewOper[DATAGRIDVIEWOPER_inBeginEdit] = false;