3 writes to adjacentCol
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs (1)
41
this.adjacentRow = this.
adjacentCol
= -1;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
9492
hti.
adjacentCol
= dataGridViewColumn.Index;
9668
hti.
adjacentCol
= dataGridViewColumn.Index;
3 references to adjacentCol
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
3723
hti.col : hti.
adjacentCol
;
12336
int columnIndex = (hti.typeInternal == DataGridViewHitTestTypeInternal.ColumnResizeRight) ? hti.col : hti.
adjacentCol
;
16448
int columnIndex = (hti.typeInternal == DataGridViewHitTestTypeInternal.ColumnResizeRight) ? hti.col : hti.
adjacentCol
;