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)
1607
if (row == _rowCache.
RowCount
- 1 && !_pageCache.DynamicPageSizes)
1652
_rowCache.
RowCount
== 0 ||
2452
double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2453
double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.
RowCount
;
2891
if (_savedPivotRow.FirstPage < _rowCache.
RowCount
)
2968
if (args.PivotRowIndex >= _rowCache.
RowCount
)