3 references to GetRowDisplayRectanglePrivate
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
7129rowRect = GetRowDisplayRectanglePrivate(rowIndex, cutOverflow); 9112return GetRowDisplayRectanglePrivate(rowIndex, cutOverflow); 10043Rectangle rowDisplayRect = GetRowDisplayRectanglePrivate(rowIndex, true);