6 writes to FirstPage
PresentationFramework (6)
MS\Internal\Documents\RowCache.cs (6)
775
newRow.
FirstPage
= startPage - (newRow.PageCount - 1);
779
newRow.
FirstPage
= startPage;
836
FirstPage
= startPage
932
FirstPage
= currentPage
1019
FirstPage
= currentRow.FirstPage
1132
FirstPage
= oldRow.FirstPage
27 references to FirstPage
PresentationFramework (27)
MS\Internal\Documents\DocumentGrid.cs (14)
1193
for (int page = currentRow.
FirstPage
; page < currentRow.
FirstPage
+ currentRow.PageCount; page++)
1398
_firstVisiblePageNumber = firstRow.
FirstPage
;
1400
_lastVisiblePageNumber = lastRow.
FirstPage
+ lastRow.PageCount - 1;
1425
for (int j = currentRow.
FirstPage
; j < currentRow.
FirstPage
+ currentRow.PageCount; j++)
2292
for (int i = row.
FirstPage
; i < row.
FirstPage
+ row.PageCount; i++)
2678
ArgumentOutOfRangeException.ThrowIfLessThan(pageNumber, row.
FirstPage
);
2679
ArgumentOutOfRangeException.ThrowIfGreaterThan(pageNumber, row.
FirstPage
+ row.PageCount);
2687
for (int i = row.
FirstPage
; i < pageNumber; i++)
2883
if (_savedPivotRow.
FirstPage
< _rowCache.RowCount)
2885
RowInfo newRow = _rowCache.GetRowForPageNumber(_savedPivotRow.
FirstPage
);
3001
MakePageVisible(pivotRow.
FirstPage
);
MS\Internal\Documents\RowCache.cs (13)
278
if (pageNumber >= rowInfo.
FirstPage
&&
279
pageNumber < rowInfo.
FirstPage
+ rowInfo.PageCount)
462
for (int j = currentRow.
FirstPage
; j < currentRow.
FirstPage
+ pageCount; j++)
604
return lastRow.
FirstPage
+ lastRow.PageCount - 1;
678
currentPage = newRow.
FirstPage
;
1019
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)
1132
FirstPage = oldRow.
FirstPage
1135
for (int i = oldRow.
FirstPage
; i < startPage; i++)