6 references to DATAGRIDVIEWOPER_inMouseDown
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
15546else if (!this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown]) 15559if (this.ptCurrentCell.X > -1 && this.CurrentCellInternal.EditType == null && !this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown]) 15567else if (!this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown]) 15699(!this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown] || this.EditMode != DataGridViewEditMode.EditOnEnter) && 29967this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown] = true; 29974this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown] = false;