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) 1609if (row == _rowCache.RowCount - 1 && !_pageCache.DynamicPageSizes) 1654_rowCache.RowCount == 0 || 2449double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount; 2450double thumbnailCompensatedViewportHeight = ViewportHeight - VerticalPageSpacing * _rowCache.RowCount; 2884if (_savedPivotRow.FirstPage < _rowCache.RowCount) 2961if (args.PivotRowIndex >= _rowCache.RowCount)