5 references to Table
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (5)
145
int cellSpacing = TextDpi.ToTextDpi(
Table
.InternalCellSpacing);
149
MbpInfo mbpInfo = MbpInfo.FromElement(
Table
, StructuralCache.TextFormatterHost.PixelsPerDip);
151
if (Row.Index == 0 &&
Table
.IsFirstNonEmptyRowGroup(Row.RowGroup.Index))
160
if (isLastRowOfRowGroup &&
Table
.IsLastNonEmptyRowGroup(Row.RowGroup.Index))
354
dvrAboveBelow = TextDpi.ToTextDpi(
Table
.InternalCellSpacing / 2.0);