6 writes to FirstPage
PresentationFramework (6)
src\Framework\MS\Internal\Documents\RowCache.cs (6)
814
newRow.
FirstPage
= startPage - (newRow.PageCount - 1);
818
newRow.
FirstPage
= startPage;
885
newRow.
FirstPage
= startPage;
979
newRow.
FirstPage
= currentPage;
1065
updatedRow.
FirstPage
= currentRow.FirstPage;
1176
updatedRow.
FirstPage
= oldRow.FirstPage;
27 references to FirstPage
PresentationFramework (27)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (14)
1225
for (int page = currentRow.
FirstPage
; page < currentRow.
FirstPage
+ currentRow.PageCount; page++)
1434
_firstVisiblePageNumber = firstRow.
FirstPage
;
1436
_lastVisiblePageNumber = lastRow.
FirstPage
+ lastRow.PageCount - 1;
1462
for (int j = currentRow.
FirstPage
; j < currentRow.
FirstPage
+ currentRow.PageCount; j++)
2344
for (int i = row.
FirstPage
; i < row.
FirstPage
+ row.PageCount; i++)
2740
if (pageNumber < row.
FirstPage
||
2741
pageNumber > row.
FirstPage
+ row.PageCount)
2752
for (int i = row.
FirstPage
; i < pageNumber; i++)
2950
if (_savedPivotRow.
FirstPage
< _rowCache.RowCount)
2952
RowInfo newRow = _rowCache.GetRowForPageNumber(_savedPivotRow.
FirstPage
);
3068
MakePageVisible(pivotRow.
FirstPage
);
src\Framework\MS\Internal\Documents\RowCache.cs (13)
298
if (pageNumber >= rowInfo.
FirstPage
&&
299
pageNumber < rowInfo.
FirstPage
+ rowInfo.PageCount)
487
for (int j = currentRow.
FirstPage
; j < currentRow.
FirstPage
+ pageCount; j++)
635
return lastRow.
FirstPage
+ lastRow.PageCount - 1;
714
currentPage = newRow.
FirstPage
;
1065
updatedRow.FirstPage = currentRow.
FirstPage
;
1069
for (int i = currentRow.
FirstPage
; i < currentRow.
FirstPage
+ currentRow.PageCount; i++)
1080
currentPage = updatedRow.
FirstPage
+ updatedRow.PageCount;
1172
if (oldRow.
FirstPage
< startPage)
1176
updatedRow.FirstPage = oldRow.
FirstPage
;
1178
for (int i = oldRow.
FirstPage
; i < startPage; i++)