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