10 references to RowCount
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
336else if (pageNumber >= _pageCache.PageCount || _rowCache.RowCount == 0) 378if (nextRow < _rowCache.RowCount) 396if (previousRow >= 0 && previousRow < _rowCache.RowCount) 1344if (_rowCache.RowCount == 0) 1614if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1659_rowCache.RowCount == 0 || 2459double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2460double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2898if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2975if (args.PivotRowIndex >= _rowCache.RowCount)