2 references to IsFirstNonEmptyRowGroup
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (1)
151if (Row.Index == 0 && Table.IsFirstNonEmptyRowGroup(Row.RowGroup.Index))
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1442(row.Index == 0) && Table.IsFirstNonEmptyRowGroup(row.RowGroup.Index);