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