7 references to DATAGRIDVIEWSTATE1_leavingWithTabKey
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
15526
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
] = false;
16273
if (this.ptCurrentCell.X > -1 && !this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
])
16284
if (!this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
])
19610
if (!this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
])
20648
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
] = true;
20681
if (this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
] && this.Focused)
27040
!this.dataGridViewState1[
DATAGRIDVIEWSTATE1_leavingWithTabKey
] && // don't edit if we're in the process of leaving the grid