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