6 references to GetRowDisplayRectangle
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
9924
rowDisplayRect =
GetRowDisplayRectangle
(lo, cutOverflow: true);
9953
top =
GetRowDisplayRectangle
(DisplayedBandsInfo.FirstDisplayedScrollingRow, cutOverflow: true).Top;
9961
rowDisplayRect =
GetRowDisplayRectangle
(hi, cutOverflow: true);
10000
bottom =
GetRowDisplayRectangle
(i, cutOverflow: true).Bottom;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (2)
54
Rectangle rowRect = _owningDataGridViewRow.DataGridView.RectangleToScreen(_owningDataGridViewRow.DataGridView.
GetRowDisplayRectangle
(_owningDataGridViewRow.Index, cutOverflow: false));
198
Rectangle rowBounds = _owningDataGridViewRow.DataGridView.
GetRowDisplayRectangle
(_owningDataGridViewRow.Index, cutOverflow: true);