32 references to RowSize
PresentationFramework (32)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (8)
1654
xOffset = (centerWidth - currentRow.
RowSize
.Width) / 2.0 +
2431
rowWidth = pivotRow.
RowSize
.Width - pivotRow.PageCount * HorizontalPageSpacing;
2438
double rowHeight = pivotRow.
RowSize
.Height - VerticalPageSpacing;
2749
Math.Max(0.0, (ExtentWidth - row.
RowSize
.Width) / 2.0) : 0.0;
2955
if (newRow.
RowSize
.Width != _savedPivotRow.
RowSize
.Width ||
2956
newRow.
RowSize
.Height != _savedPivotRow.
RowSize
.Height)
src\Framework\MS\Internal\Documents\RowCache.cs (24)
341
double rowHeight = Math.Round(_rowCache[i].
RowSize
.Height, _findOffsetPrecision);
494
_extentWidth = Math.Max(currentRow.
RowSize
.Width, _extentWidth);
496
currentOffset += currentRow.
RowSize
.Height;
497
_extentHeight += currentRow.
RowSize
.Height;
696
double pivotRowWidth = pivotRow.
RowSize
.Width;
786
newRow.
RowSize
.Width + pageSize.Width > rowWidth )
798
newRow.
RowSize
.Width + pageSize.Width > rowWidth )
949
lastRow.
RowSize
.Width + pageSize.Width <= pivotRow.
RowSize
.Width)
991
} while (newRow.
RowSize
.Width + pageSize.Width <= pivotRow.
RowSize
.Width
1015
_extentWidth = newRow.
RowSize
.Width;
1023
newRow.VerticalOffset = lastRow.VerticalOffset + lastRow.
RowSize
.Height;
1026
_extentWidth = Math.Max(newRow.
RowSize
.Width, _extentWidth);
1030
_extentHeight += newRow.
RowSize
.Height;
1118
if (oldRowInfo.
RowSize
.Height != newRow.
RowSize
.Height)
1122
double delta = newRow.
RowSize
.Height - oldRowInfo.
RowSize
.Height;
1136
if (newRow.
RowSize
.Width > _extentWidth)
1138
_extentWidth = newRow.
RowSize
.Width;
1144
else if (oldRowInfo.
RowSize
.Width != newRow.
RowSize
.Width)
1154
_extentWidth = Math.Max(row.
RowSize
.Width, _extentWidth);