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