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) 1330if (_rowCache.RowCount == 0) 1602if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1647_rowCache.RowCount == 0 || 2442double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2443double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2877if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2954if (args.PivotRowIndex >= _rowCache.RowCount)