9 references to DATAGRIDVIEWOPER_trackRowResize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (2)
252
private const int DATAGRIDVIEWOPER_mouseOperationMask = DATAGRIDVIEWOPER_trackColResize |
DATAGRIDVIEWOPER_trackRowResize
|
3680
this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
] ||
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
2814
this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
] = true;
16320
!this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
] &&
16406
!this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
] &&
16622
else if (this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
])
16661
else if (this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
] ||
16843
if (this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
])
20094
Debug.Assert(this.dataGridViewOper[DATAGRIDVIEWOPER_trackColHeadersResize] || this.dataGridViewOper[
DATAGRIDVIEWOPER_trackRowResize
]);