32 references to RowSize
PresentationFramework (32)
MS\Internal\Documents\DocumentGrid.cs (8)
1618xOffset = (centerWidth - currentRow.RowSize.Width) / 2.0 + 2378rowWidth = pivotRow.RowSize.Width - pivotRow.PageCount * HorizontalPageSpacing; 2385double rowHeight = pivotRow.RowSize.Height - VerticalPageSpacing; 2684Math.Max(0.0, (ExtentWidth - row.RowSize.Width) / 2.0) : 0.0; 2888if (newRow.RowSize.Width != _savedPivotRow.RowSize.Width || 2889newRow.RowSize.Height != _savedPivotRow.RowSize.Height)
MS\Internal\Documents\RowCache.cs (24)
319double rowHeight = Math.Round(_rowCache[i].RowSize.Height, _findOffsetPrecision); 469_extentWidth = Math.Max(currentRow.RowSize.Width, _extentWidth); 471currentOffset += currentRow.RowSize.Height; 472_extentHeight += currentRow.RowSize.Height; 660double pivotRowWidth = pivotRow.RowSize.Width; 747newRow.RowSize.Width + pageSize.Width > rowWidth) 759newRow.RowSize.Width + pageSize.Width > rowWidth) 901lastRow.RowSize.Width + pageSize.Width <= pivotRow.RowSize.Width) 944} while (newRow.RowSize.Width + pageSize.Width <= pivotRow.RowSize.Width 968_extentWidth = newRow.RowSize.Width; 976newRow.VerticalOffset = lastRow.VerticalOffset + lastRow.RowSize.Height; 979_extentWidth = Math.Max(newRow.RowSize.Width, _extentWidth); 983_extentHeight += newRow.RowSize.Height; 1073if (oldRowInfo.RowSize.Height != newRow.RowSize.Height) 1077double delta = newRow.RowSize.Height - oldRowInfo.RowSize.Height; 1091if (newRow.RowSize.Width > _extentWidth) 1093_extentWidth = newRow.RowSize.Width; 1099else if (oldRowInfo.RowSize.Width != newRow.RowSize.Width) 1109_extentWidth = Math.Max(row.RowSize.Width, _extentWidth);