10 references to RowCount
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (10)
329else if (pageNumber >= _pageCache.PageCount || _rowCache.RowCount == 0) 371if (nextRow < _rowCache.RowCount) 389if (previousRow >= 0 && previousRow < _rowCache.RowCount) 1337if (_rowCache.RowCount == 0) 1607if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1652_rowCache.RowCount == 0 || 2452double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2453double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2891if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2968if (args.PivotRowIndex >= _rowCache.RowCount)