4 references to GetRowIndexForPageNumber
PresentationFramework (4)
MS\Internal\Documents\RowCache.cs (4)
263return _rowCache[GetRowIndexForPageNumber(pageNumber)]; 821return GetRowIndexForPageNumber(startPage); 1006int startRowIndex = GetRowIndexForPageNumber(startPage); 1121int rowIndex = GetRowIndexForPageNumber(startPage);