3 writes to _adjacentRow
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.HitTestInfo.cs (1)
31
_adjacentRow
= _adjacentCol = -1;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
9452
hti.
_adjacentRow
= indexTmp;
9592
hti.
_adjacentRow
= indexTmp;
2 references to _adjacentRow
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11971
int rowIndex = (hti._typeInternal == DataGridViewHitTestTypeInternal.RowResizeBottom) ? hti._row : hti.
_adjacentRow
;
16050
int rowIndex = (hti._typeInternal == DataGridViewHitTestTypeInternal.RowResizeBottom) ? hti._row : hti.
_adjacentRow
;