6 writes to FirstPage
PresentationFramework (6)
MS\Internal\Documents\RowCache.cs (6)
781
newRow.
FirstPage
= startPage - (newRow.PageCount - 1);
785
newRow.
FirstPage
= startPage;
841
newRow.
FirstPage
= startPage;
935
newRow.
FirstPage
= currentPage;
1020
updatedRow.
FirstPage
= currentRow.FirstPage;
1131
updatedRow.
FirstPage
= oldRow.FirstPage;
27 references to FirstPage
PresentationFramework (27)
MS\Internal\Documents\DocumentGrid.cs (14)
1201
for (int page = currentRow.
FirstPage
; page < currentRow.
FirstPage
+ currentRow.PageCount; page++)
1406
_firstVisiblePageNumber = firstRow.
FirstPage
;
1408
_lastVisiblePageNumber = lastRow.
FirstPage
+ lastRow.PageCount - 1;
1433
for (int j = currentRow.
FirstPage
; j < currentRow.
FirstPage
+ currentRow.PageCount; j++)
2303
for (int i = row.
FirstPage
; i < row.
FirstPage
+ row.PageCount; i++)
2693
ArgumentOutOfRangeException.ThrowIfLessThan(pageNumber, row.
FirstPage
);
2694
ArgumentOutOfRangeException.ThrowIfGreaterThan(pageNumber, row.
FirstPage
+ row.PageCount);
2702
for (int i = row.
FirstPage
; i < pageNumber; i++)
2898
if (_savedPivotRow.
FirstPage
< _rowCache.RowCount)
2900
RowInfo newRow = _rowCache.GetRowForPageNumber(_savedPivotRow.
FirstPage
);
3016
MakePageVisible(pivotRow.
FirstPage
);
MS\Internal\Documents\RowCache.cs (13)
284
if (pageNumber >= rowInfo.
FirstPage
&&
285
pageNumber < rowInfo.
FirstPage
+ rowInfo.PageCount)
468
for (int j = currentRow.
FirstPage
; j < currentRow.
FirstPage
+ pageCount; j++)
610
return lastRow.
FirstPage
+ lastRow.PageCount - 1;
684
currentPage = newRow.
FirstPage
;
1020
updatedRow.FirstPage = currentRow.
FirstPage
;
1024
for (int i = currentRow.
FirstPage
; i < currentRow.
FirstPage
+ currentRow.PageCount; i++)
1035
currentPage = updatedRow.
FirstPage
+ updatedRow.PageCount;
1127
if (oldRow.
FirstPage
< startPage)
1131
updatedRow.FirstPage = oldRow.
FirstPage
;
1133
for (int i = oldRow.
FirstPage
; i < startPage; i++)