10 references to RowCount
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
328
else if (pageNumber >= _pageCache.PageCount || _rowCache.
RowCount
== 0)
370
if (nextRow < _rowCache.
RowCount
)
388
if (previousRow >= 0 && previousRow < _rowCache.
RowCount
)
1336
if (_rowCache.
RowCount
== 0)
1608
if (row == _rowCache.
RowCount
- 1 && !_pageCache.DynamicPageSizes)
1653
_rowCache.
RowCount
== 0 ||
2448
double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2449
double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2883
if (_savedPivotRow.FirstPage < _rowCache.
RowCount
)
2960
if (args.PivotRowIndex >= _rowCache.
RowCount
)