4 references to GetRowIndexForPageNumber
PresentationFramework (4)
MS\Internal\Documents\RowCache.cs (4)
258return _rowCache[GetRowIndexForPageNumber(pageNumber)]; 816return GetRowIndexForPageNumber(startPage); 1005int startRowIndex = GetRowIndexForPageNumber(startPage); 1122int rowIndex = GetRowIndexForPageNumber(startPage);