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