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