9 references to DATAGRIDVIEWOPER_trackColResize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (2)
252private const int DATAGRIDVIEWOPER_mouseOperationMask = DATAGRIDVIEWOPER_trackColResize | DATAGRIDVIEWOPER_trackRowResize | 3679return this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize] ||
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
2536this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize] = true; 16319!this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize] && 16405!this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize] && 16618if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize]) 16639if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize] || 16838if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize]) 20100this.dataGridViewOper[DATAGRIDVIEWOPER_trackColResize] ||