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