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