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) 1333if (_rowCache.RowCount == 0) 1605if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1650_rowCache.RowCount == 0 || 2445double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2446double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2880if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2957if (args.PivotRowIndex >= _rowCache.RowCount)