6 references to GetRowDisplayRectangle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
10098rowDisplayRect = this.GetRowDisplayRectangle(lo, true /*cutOverflow*/); 10126top = this.GetRowDisplayRectangle(this.displayedBandsInfo.FirstDisplayedScrollingRow, true /*cutOverflow*/).Top; 10134rowDisplayRect = this.GetRowDisplayRectangle(hi, true /*cutOverflow*/); 10173bottom = this.GetRowDisplayRectangle(i, true /*cutOverflow*/).Bottom;
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
1950rowRect = this.owner.DataGridView.GetRowDisplayRectangle(this.owner.Index, false /*cutOverflow*/); 2110Rectangle rowBounds = this.owner.DataGridView.GetRowDisplayRectangle(this.owner.Index, true /*cutOverflow*/);