10 references to RowCount
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
328else if (pageNumber >= _pageCache.PageCount || _rowCache.RowCount == 0) 370if (nextRow < _rowCache.RowCount) 388if (previousRow >= 0 && previousRow < _rowCache.RowCount) 1324if (_rowCache.RowCount == 0) 1596if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1641_rowCache.RowCount == 0 || 2436double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2437double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2871if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2948if (args.PivotRowIndex >= _rowCache.RowCount)