1 override of GetCellBounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
197public override Rectangle GetCellBounds(int col) {
2 references to GetCellBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
6429Rectangle cellBounds = localGridRows[row].GetCellBounds(col);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
198Rectangle cellBounds = base.GetCellBounds(col);