src\Framework\System\Windows\Documents\TextRangeEditTables.cs (32)
194TableRowGroup anchorRowGroup;
195TableRowGroup movingRowGroup;
238TableRowGroup anchorRowGroup;
239TableRowGroup movingRowGroup;
295TableRowGroup anchorRowGroup;
296TableRowGroup movingRowGroup;
335TableRowGroup rowGroup = anchorCell.Row.RowGroup;
666TableRowGroup rowGroup = new TableRowGroup();
829TableRowGroup tableRowGroup = new TableRowGroup();
835if (parent is TableRowGroup)
955TableRowGroup startRowGroup;
956TableRowGroup endRowGroup;
1147TableRowGroup rowGroup = currentRow.RowGroup;
1369TableRowGroup rowGroup = table.RowGroups[iRowGroup];
1439TableRowGroup startRowGroup;
1440TableRowGroup endRowGroup;
1490TableRowGroup rowGroup = table.RowGroups[iRowGroup];
1833TableRowGroup startRowGroup;
1834TableRowGroup endRowGroup;
1884TableRowGroup startRowGroup;
1885TableRowGroup endRowGroup;
1905TableRowGroup rowGroup = startCell.Row.RowGroup;
2050out TableRowGroup anchorRowGroup, out TableRowGroup movingRowGroup,
2135out TableRowGroup anchorRowGroup, out TableRowGroup movingRowGroup,
2174out TableRowGroup rowGroup,
2203else if (element is TableRowGroup)
2205rowGroup = (TableRowGroup)element;
2343private static TextRange MergeCellRange(TableRowGroup rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)
2364private static bool CanMergeCellRange(TableRowGroup rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)
2423private static TextRange DoMergeCellRange(TableRowGroup rowGroup, int topRow, int bottomRow, int leftColumn, int rightColumn)