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