3 references to GetRowDisplayRectanglePrivate
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
7065
rowRect =
GetRowDisplayRectanglePrivate
(rowIndex, cutOverflow);
9030
return
GetRowDisplayRectanglePrivate
(rowIndex, cutOverflow);
9865
Rectangle rowDisplayRect =
GetRowDisplayRectanglePrivate
(rowIndex, true);