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