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