32 references to RowSize
PresentationFramework (32)
MS\Internal\Documents\DocumentGrid.cs (8)
1624xOffset = (centerWidth - currentRow.RowSize.Width) / 2.0 + 2389rowWidth = pivotRow.RowSize.Width - pivotRow.PageCount * HorizontalPageSpacing; 2396double rowHeight = pivotRow.RowSize.Height - VerticalPageSpacing; 2699Math.Max(0.0, (ExtentWidth - row.RowSize.Width) / 2.0) : 0.0; 2903if (newRow.RowSize.Width != _savedPivotRow.RowSize.Width || 2904newRow.RowSize.Height != _savedPivotRow.RowSize.Height)
MS\Internal\Documents\RowCache.cs (24)
325double rowHeight = Math.Round(_rowCache[i].RowSize.Height, _findOffsetPrecision); 475_extentWidth = Math.Max(currentRow.RowSize.Width, _extentWidth); 477currentOffset += currentRow.RowSize.Height; 478_extentHeight += currentRow.RowSize.Height; 666double pivotRowWidth = pivotRow.RowSize.Width; 753newRow.RowSize.Width + pageSize.Width > rowWidth) 765newRow.RowSize.Width + pageSize.Width > rowWidth) 905lastRow.RowSize.Width + pageSize.Width <= pivotRow.RowSize.Width) 946} while (newRow.RowSize.Width + pageSize.Width <= pivotRow.RowSize.Width 970_extentWidth = newRow.RowSize.Width; 978newRow.VerticalOffset = lastRow.VerticalOffset + lastRow.RowSize.Height; 981_extentWidth = Math.Max(newRow.RowSize.Width, _extentWidth); 985_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);