36 references to RowGroup
PresentationFramework (36)
MS\Internal\PtsHost\RowParagraph.cs (5)
111
bool isLastRowOfRowGroup = (Row.Index == Row.
RowGroup
.Rows.Count - 1);
141
if (Row.Index == 0 && Table.IsFirstNonEmptyRowGroup(Row.
RowGroup
.Index))
150
if (isLastRowOfRowGroup && Table.IsLastNonEmptyRowGroup(Row.
RowGroup
.Index))
252
bool lastRow = Row.Index == Row.
RowGroup
.Rows.Count - 1;
328
bool isLastRowOfRowGroup = (Row.Index == Row.
RowGroup
.Rows.Count - 1);
MS\Internal\PtsHost\TableParaClient.cs (11)
279
if(rowParagraph.Row.HasForeignCells && (rowPrevious == null || rowPrevious.
RowGroup
!= row.
RowGroup
))
537
row.
RowGroup
, ElementEdge.BeforeStart));
570
if (row.Index == row.
RowGroup
.Rows.Count - 1)
572
row.
RowGroup
, ElementEdge.AfterEnd));
1345
(row.Index == 0) && Table.IsFirstNonEmptyRowGroup(row.
RowGroup
.Index);
1355
(row.Index == row.
RowGroup
.Rows.Count - 1) && Table.IsLastNonEmptyRowGroup(row.
RowGroup
.Index);
1837
TableRowGroup tableRowGroup = row.
RowGroup
;
1843
if (tableRowGroup != row.
RowGroup
)
1855
tableRowGroup = row.
RowGroup
;
MS\Internal\PtsHost\TableParagraph.cs (1)
316
TableRowGroup currentRowGroup = currentRow.
RowGroup
;
System\Windows\Documents\TableCell.cs (1)
416
return (Row.
RowGroup
.Index);
System\Windows\Documents\TableRow.cs (2)
272
internal Table Table { get { return (
RowGroup
!= null ?
RowGroup
.Table : null); } }
System\windows\Documents\TextEditorTyping.cs (2)
1418
TableRowGroup body = row.
RowGroup
;
1453
TableRowGroup body = row.
RowGroup
;
System\Windows\Documents\TextRangeEditTables.cs (13)
330
TableRowGroup rowGroup = anchorCell.Row.
RowGroup
;
447
Invariant.Assert(anchorCell.Row.
RowGroup
== movingCell.Row.
RowGroup
, "anchorCell.Row.RowGroup == movingCell.Row.RowGroup");
466
TableRowCollection rows = row.
RowGroup
.Rows;
1142
TableRowGroup rowGroup = currentRow.
RowGroup
;
1225
if (startRow == null || endRow == null || startRow.
RowGroup
!= endRow.
RowGroup
)
1230
TableRowCollection rows = startRow.
RowGroup
.Rows;
1842
Invariant.Assert(startCell.Row.
RowGroup
== endCell.Row.
RowGroup
, "startCell and endCell must belong to the same RowGroup");
1847
TextRange result = MergeCellRange(startCell.Row.
RowGroup
, //
1900
TableRowGroup rowGroup = startCell.Row.
RowGroup
;
2486
row.
RowGroup
.Rows.Remove(row);
System\windows\Documents\TextSelection.cs (1)
1048
rowGroup = movingCell.Row.
RowGroup
;