1 write to Index
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
193set { this.Index = value; }
7 references to Index
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (2)
151if (Row.Index == 0 && Table.IsFirstNonEmptyRowGroup(Row.RowGroup.Index)) 160if (isLastRowOfRowGroup && Table.IsLastNonEmptyRowGroup(Row.RowGroup.Index))
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
1442(row.Index == 0) && Table.IsFirstNonEmptyRowGroup(row.RowGroup.Index); 1452(row.Index == row.RowGroup.Rows.Count - 1) && Table.IsLastNonEmptyRowGroup(row.RowGroup.Index);
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
332int nextRowGroupIndex = currentRowGroup.Index + 1;
src\Framework\System\Windows\Documents\TableCell.cs (1)
436return (Row.RowGroup.Index);
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
192get { return this.Index; }