4 writes to col
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
6486ci.col = GetColFromX(x); 6516ci.col = GetColFromX(x); 9347row = col = -1; 9352row = col = -1;
14 references to col
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGrid.cs (14)
4032ColAutoResize(location.col); 4035ColResizeBegin(e, location.col); 4055trackColumnHeader = this.myGridTable.GridColumnStyles[location.col].PropertyDescriptor; 4165if (this.myGridTable.GridColumnStyles[location.col].MouseDown(location.row, e.X, e.Y)) 4167DataGridCell target = new DataGridCell(location.row, location.col); 4341PropertyDescriptor prop = this.myGridTable.GridColumnStyles[ci.col].PropertyDescriptor; 6487if (ci.col < 0) 6489int right = GetColBeg(ci.col + 1); 6518if (ci.col < 0 || ci.row < 0) return HitTestInfo.Nowhere; 9361return col; 9396col == ci.col); 9406return(int)type +(row << 8) +(col << 16); 9414return "{ " + ((type).ToString()) + "," + row.ToString(CultureInfo.InvariantCulture) + "," + col.ToString(CultureInfo.InvariantCulture) + "}";