2 references to IsLastNonEmptyRowGroup
PresentationFramework (2)
MS\Internal\PtsHost\RowParagraph.cs (1)
151
if (isLastRowOfRowGroup && Table.
IsLastNonEmptyRowGroup
(Row.RowGroup.Index))
MS\Internal\PtsHost\TableParaClient.cs (1)
1355
(row.Index == row.RowGroup.Rows.Count - 1) && Table.
IsLastNonEmptyRowGroup
(row.RowGroup.Index);