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