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