6 references to GetCellBounds
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (5)
3039Rectangle bounds = GetCellBounds(rowIndex, columnIndex); 5930cellBounds = GetCellBounds(currentRow, currentCol); 6037Rectangle editBounds = this.GetCellBounds(this.currentRow, this.currentCol); 6420return GetCellBounds(current.RowNumber, current.ColumnNumber); 6441return GetCellBounds(dgc.RowNumber, dgc.ColumnNumber);
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
1231Rectangle rect = dg.GetCellBounds(0, offset);