Implemented interface member:
30 references to
PresentationFramework (30)
MS\Internal\PtsHost\TableParagraph.cs (2)
318Debug.Assert(currentRowGroup.Rows[nextRowIndex].Index != -1, 321tableRow = currentRowGroup.Rows[nextRowIndex];
System\Windows\Documents\TableRowGroup.cs (2)
194Rows[i].ValidateStructure(rowSpanVector); 196_columnCount = Math.Max(_columnCount, Rows[i].ColumnCount);
System\windows\Documents\TextEditorTyping.cs (6)
1412cell = body.Rows[rowIndex + 1].Cells[0]; 1419cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1]; 1453cell = body.Rows[rowIndex + 1].Cells[0]; 1468cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (18)
341TableCellCollection cells = rowGroup.Rows[rowIndex].Cells; 479while (rowIndex < rows.Count && rows[rowIndex].Cells.Count == 0) 486movingCell = rows[rowIndex].Cells[0]; 506while (rowIndex >= 0 && rows[rowIndex].Cells.Count == 0) 513movingCell = rows[rowIndex].Cells[rows[rowIndex].Cells.Count - 1]; 1021endRow = endRowGroup.Rows[endRowGroup.Rows.Count - 1]; 1249CorrectRowSpansOnDeleteRows(rows[endRow.Index + 1], deletedRowsCount); 1282TableRow row = rows[rowIndex]; 1371TableRow row = rowGroup.Rows[iRow]; 1492TableRow row = rowGroup.Rows[iRow]; 2373if (rowGroup.Rows[topRow].ColumnCount != rowGroup.Rows[bottomRow].ColumnCount) 2379if (leftColumn >= rowGroup.Rows[topRow].ColumnCount || rightColumn >= rowGroup.Rows[bottomRow].ColumnCount) 2385TableCell[] spannedCells = rowGroup.Rows[topRow].SpannedCells; 2405if (!GetBoundaryCells(rowGroup.Rows[rowIndex], bottomRow, leftColumn, rightColumn, out firstCell, out lastCell)) 2429TableRow row = rowGroup.Rows[rowIndex];
System\windows\Documents\TextSelection.cs (2)
1043nextCell = FindCellAtColumnIndex(rowGroup.Rows[nextRowIndex].Cells, movingCell.ColumnIndex); 1052nextCell = FindCellAtColumnIndex(rowGroup.Rows[nextRowIndex].Cells, movingCell.ColumnIndex);