10 references to RowCount
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
336
else if (pageNumber >= _pageCache.PageCount || _rowCache.
RowCount
== 0)
378
if (nextRow < _rowCache.
RowCount
)
396
if (previousRow >= 0 && previousRow < _rowCache.
RowCount
)
1344
if (_rowCache.
RowCount
== 0)
1614
if (row == _rowCache.
RowCount
- 1 && !_pageCache.DynamicPageSizes)
1659
_rowCache.
RowCount
== 0 ||
2459
double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2460
double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2898
if (_savedPivotRow.FirstPage < _rowCache.
RowCount
)
2975
if (args.PivotRowIndex >= _rowCache.
RowCount
)