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) 1336if (_rowCache.RowCount == 0) 1608if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1653_rowCache.RowCount == 0 || 2448double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2449double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2883if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2960if (args.PivotRowIndex >= _rowCache.RowCount)