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