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