32 references to RowSize
PresentationFramework (32)
MS\Internal\Documents\DocumentGrid.cs (8)
1618
xOffset = (centerWidth - currentRow.
RowSize
.Width) / 2.0 +
2378
rowWidth = pivotRow.
RowSize
.Width - pivotRow.PageCount * HorizontalPageSpacing;
2385
double rowHeight = pivotRow.
RowSize
.Height - VerticalPageSpacing;
2684
Math.Max(0.0, (ExtentWidth - row.
RowSize
.Width) / 2.0) : 0.0;
2888
if (newRow.
RowSize
.Width != _savedPivotRow.
RowSize
.Width ||
2889
newRow.
RowSize
.Height != _savedPivotRow.
RowSize
.Height)
MS\Internal\Documents\RowCache.cs (24)
319
double rowHeight = Math.Round(_rowCache[i].
RowSize
.Height, _findOffsetPrecision);
469
_extentWidth = Math.Max(currentRow.
RowSize
.Width, _extentWidth);
471
currentOffset += currentRow.
RowSize
.Height;
472
_extentHeight += currentRow.
RowSize
.Height;
660
double pivotRowWidth = pivotRow.
RowSize
.Width;
747
newRow.
RowSize
.Width + pageSize.Width > rowWidth)
759
newRow.
RowSize
.Width + pageSize.Width > rowWidth)
901
lastRow.
RowSize
.Width + pageSize.Width <= pivotRow.
RowSize
.Width)
944
} while (newRow.
RowSize
.Width + pageSize.Width <= pivotRow.
RowSize
.Width
968
_extentWidth = newRow.
RowSize
.Width;
976
newRow.VerticalOffset = lastRow.VerticalOffset + lastRow.
RowSize
.Height;
979
_extentWidth = Math.Max(newRow.
RowSize
.Width, _extentWidth);
983
_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);