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)
9449
hti.
_adjacentRow
= indexTmp;
9589
hti.
_adjacentRow
= indexTmp;
2 references to _adjacentRow
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11968
int rowIndex = (hti._typeInternal == DataGridViewHitTestTypeInternal.RowResizeBottom) ? hti._row : hti.
_adjacentRow
;
16047
int rowIndex = (hti._typeInternal == DataGridViewHitTestTypeInternal.RowResizeBottom) ? hti._row : hti.
_adjacentRow
;