3 writes to adjacentRow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs (1)
41
this.
adjacentRow
= this.adjacentCol = -1;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
9587
hti.
adjacentRow
= indexTmp;
9748
hti.
adjacentRow
= indexTmp;
2 references to adjacentRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
12349
int rowIndex = (hti.typeInternal == DataGridViewHitTestTypeInternal.RowResizeBottom) ? hti.row : hti.
adjacentRow
;
16484
int rowIndex = (hti.typeInternal == DataGridViewHitTestTypeInternal.RowResizeBottom) ? hti.row : hti.
adjacentRow
;