1 write to Index
PresentationFramework (1)
System\Windows\Documents\TableRowGroup.cs (1)
167set { this.Index = value; }
7 references to Index
PresentationFramework (7)
MS\Internal\PtsHost\RowParagraph.cs (2)
141if (Row.Index == 0 && Table.IsFirstNonEmptyRowGroup(Row.RowGroup.Index)) 150if (isLastRowOfRowGroup && Table.IsLastNonEmptyRowGroup(Row.RowGroup.Index))
MS\Internal\PtsHost\TableParaClient.cs (2)
1345(row.Index == 0) && Table.IsFirstNonEmptyRowGroup(row.RowGroup.Index); 1355(row.Index == row.RowGroup.Rows.Count - 1) && Table.IsLastNonEmptyRowGroup(row.RowGroup.Index);
MS\Internal\PtsHost\TableParagraph.cs (1)
320int nextRowGroupIndex = currentRowGroup.Index + 1;
System\Windows\Documents\TableCell.cs (1)
416return (Row.RowGroup.Index);
System\Windows\Documents\TableRowGroup.cs (1)
166get { return this.Index; }