3 references to GetCellAdjustedDisplayRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
9794Rectangle cellDisplayRect = GetCellAdjustedDisplayRectangle(columnIndex, rowIndex, true); 28952Rectangle rectUpper = GetCellAdjustedDisplayRectangle(-1, rowIndexStart, true); 28953Rectangle rectLower = GetCellAdjustedDisplayRectangle(-1, rowIndexEnd, true);