1 write to Index
PresentationFramework (1)
System\Windows\Documents\TableRowGroup.cs (1)
184
set { this.
Index
= value; }
7 references to Index
PresentationFramework (7)
MS\Internal\PtsHost\RowParagraph.cs (2)
145
if (Row.Index == 0 && Table.IsFirstNonEmptyRowGroup(Row.RowGroup.
Index
))
154
if (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)
328
int nextRowGroupIndex = currentRowGroup.
Index
+ 1;
System\Windows\Documents\TableCell.cs (1)
429
return (Row.RowGroup.
Index
);
System\Windows\Documents\TableRowGroup.cs (1)
183
get { return this.
Index
; }