32 references to RowSize
PresentationFramework (32)
MS\Internal\Documents\DocumentGrid.cs (8)
1617xOffset = (centerWidth - currentRow.RowSize.Width) / 2.0 + 2382rowWidth = pivotRow.RowSize.Width - pivotRow.PageCount * HorizontalPageSpacing; 2389double rowHeight = pivotRow.RowSize.Height - VerticalPageSpacing; 2692Math.Max(0.0, (ExtentWidth - row.RowSize.Width) / 2.0) : 0.0; 2896if (newRow.RowSize.Width != _savedPivotRow.RowSize.Width || 2897newRow.RowSize.Height != _savedPivotRow.RowSize.Height)
MS\Internal\Documents\RowCache.cs (24)
320double rowHeight = Math.Round(_rowCache[i].RowSize.Height, _findOffsetPrecision); 470_extentWidth = Math.Max(currentRow.RowSize.Width, _extentWidth); 472currentOffset += currentRow.RowSize.Height; 473_extentHeight += currentRow.RowSize.Height; 661double pivotRowWidth = pivotRow.RowSize.Width; 748newRow.RowSize.Width + pageSize.Width > rowWidth) 760newRow.RowSize.Width + pageSize.Width > rowWidth) 900lastRow.RowSize.Width + pageSize.Width <= pivotRow.RowSize.Width) 941} while (newRow.RowSize.Width + pageSize.Width <= pivotRow.RowSize.Width 965_extentWidth = newRow.RowSize.Width; 973newRow.VerticalOffset = lastRow.VerticalOffset + lastRow.RowSize.Height; 976_extentWidth = Math.Max(newRow.RowSize.Width, _extentWidth); 980_extentHeight += newRow.RowSize.Height; 1068if (oldRowInfo.RowSize.Height != newRow.RowSize.Height) 1072double delta = newRow.RowSize.Height - oldRowInfo.RowSize.Height; 1086if (newRow.RowSize.Width > _extentWidth) 1088_extentWidth = newRow.RowSize.Width; 1094else if (oldRowInfo.RowSize.Width != newRow.RowSize.Width) 1104_extentWidth = Math.Max(row.RowSize.Width, _extentWidth);