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