4 references to GetRowIndexForPageNumber
PresentationFramework (4)
src\Framework\MS\Internal\Documents\RowCache.cs (4)
275return _rowCache[GetRowIndexForPageNumber(pageNumber)]; 859return GetRowIndexForPageNumber(startPage); 1051int startRowIndex = GetRowIndexForPageNumber(startPage); 1166int rowIndex = GetRowIndexForPageNumber(startPage);