3 references to DATAGRIDVIEWSTATE2_ignoreCursorChange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
2335
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_ignoreCursorChange
] = true;
2342
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_ignoreCursorChange
] = false;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15065
if (!this.dataGridViewState2[
DATAGRIDVIEWSTATE2_ignoreCursorChange
])