3 references to DATAGRIDVIEWOPER_resizingOperationAboutToStart
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
4013return this.dataGridViewOper[DATAGRIDVIEWOPER_resizingOperationAboutToStart];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
12304this.dataGridViewOper[DATAGRIDVIEWOPER_resizingOperationAboutToStart] = (e.Clicks == 1); 12432this.dataGridViewOper[DATAGRIDVIEWOPER_resizingOperationAboutToStart] = false;