1 write to Index
PresentationFramework (1)
System\Windows\Documents\TableRowGroup.cs (1)
184set { this.Index = value; }
7 references to Index
PresentationFramework (7)
MS\Internal\PtsHost\RowParagraph.cs (2)
145if (Row.Index == 0 && Table.IsFirstNonEmptyRowGroup(Row.RowGroup.Index)) 154if (isLastRowOfRowGroup && Table.IsLastNonEmptyRowGroup(Row.RowGroup.Index))
MS\Internal\PtsHost\TableParaClient.cs (2)
1351(row.Index == 0) && Table.IsFirstNonEmptyRowGroup(row.RowGroup.Index); 1361(row.Index == row.RowGroup.Rows.Count - 1) && Table.IsLastNonEmptyRowGroup(row.RowGroup.Index);
MS\Internal\PtsHost\TableParagraph.cs (1)
328int nextRowGroupIndex = currentRowGroup.Index + 1;
System\Windows\Documents\TableCell.cs (1)
429return (Row.RowGroup.Index);
System\Windows\Documents\TableRowGroup.cs (1)
183get { return this.Index; }