10 references to RowCount
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (10)
343
else if (pageNumber >= _pageCache.PageCount || _rowCache.
RowCount
== 0)
387
if (nextRow < _rowCache.
RowCount
)
405
if (previousRow >= 0 && previousRow < _rowCache.
RowCount
)
1372
if (_rowCache.
RowCount
== 0)
1644
if (row == _rowCache.
RowCount
-1 && !_pageCache.DynamicPageSizes)
1690
_rowCache.
RowCount
== 0 ||
2501
double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2502
double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2950
if (_savedPivotRow.FirstPage < _rowCache.
RowCount
)
3027
if (args.PivotRowIndex >= _rowCache.
RowCount
)