10 references to RowCount
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
329
else if (pageNumber >= _pageCache.PageCount || _rowCache.
RowCount
== 0)
371
if (nextRow < _rowCache.
RowCount
)
389
if (previousRow >= 0 && previousRow < _rowCache.
RowCount
)
1337
if (_rowCache.
RowCount
== 0)
1609
if (row == _rowCache.
RowCount
- 1 && !_pageCache.DynamicPageSizes)
1654
_rowCache.
RowCount
== 0 ||
2449
double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2450
double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2884
if (_savedPivotRow.FirstPage < _rowCache.
RowCount
)
2961
if (args.PivotRowIndex >= _rowCache.
RowCount
)