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