32 references to RowSize
PresentationFramework (32)
MS\Internal\Documents\DocumentGrid.cs (8)
1619
xOffset = (centerWidth - currentRow.
RowSize
.Width) / 2.0 +
2379
rowWidth = pivotRow.
RowSize
.Width - pivotRow.PageCount * HorizontalPageSpacing;
2386
double rowHeight = pivotRow.
RowSize
.Height - VerticalPageSpacing;
2685
Math.Max(0.0, (ExtentWidth - row.
RowSize
.Width) / 2.0) : 0.0;
2889
if (newRow.
RowSize
.Width != _savedPivotRow.
RowSize
.Width ||
2890
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)
902
lastRow.
RowSize
.Width + pageSize.Width <= pivotRow.
RowSize
.Width)
945
} while (newRow.
RowSize
.Width + pageSize.Width <= pivotRow.
RowSize
.Width
969
_extentWidth = newRow.
RowSize
.Width;
977
newRow.VerticalOffset = lastRow.VerticalOffset + lastRow.
RowSize
.Height;
980
_extentWidth = Math.Max(newRow.
RowSize
.Width, _extentWidth);
984
_extentHeight += newRow.
RowSize
.Height;
1074
if (oldRowInfo.
RowSize
.Height != newRow.
RowSize
.Height)
1078
double delta = newRow.
RowSize
.Height - oldRowInfo.
RowSize
.Height;
1092
if (newRow.
RowSize
.Width > _extentWidth)
1094
_extentWidth = newRow.
RowSize
.Width;
1100
else if (oldRowInfo.
RowSize
.Width != newRow.
RowSize
.Width)
1110
_extentWidth = Math.Max(row.
RowSize
.Width, _extentWidth);