9 references to DataGridCell
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGrid.cs (7)
899return new DataGridCell(currentRow, currentCol); 1170this.CurrentCell = new DataGridCell(currentRow, value); 1179CurrentCell = new DataGridCell(value, currentCol); 3244CurrentCell = new DataGridCell(listManager.Position, currentCol); 4101CurrentCell = new DataGridCell(location.row, currentCol); 4167DataGridCell target = new DataGridCell(location.row, location.col); 4684CurrentCell = new DataGridCell(rowNumber, col);
winforms\Managed\System\WinForms\DataGridRow.cs (2)
919return DataGrid.RectangleToScreen(DataGrid.GetCellBounds(new DataGridCell(owner.RowNumber, column))); 1066DataGrid.CurrentCell = new DataGridCell(owner.RowNumber, column);