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