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