Implemented interface member:
20 references to
PresentationFramework (20)
MS\Internal\PtsHost\RowParagraph.cs (2)
236TableCell cell = Row.Cells[j]; 303_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
System\Windows\Documents\TableRow.cs (1)
198TableCell cell = _cells[i];
System\windows\Documents\TextEditorTyping.cs (4)
1419cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1]; 1449cell = row.Cells[cellIndex + 1]; 1464cell = row.Cells[cellIndex - 1]; 1468cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (12)
348TableCell cell = cells[cellIndex]; 471movingCell = cells[movingCell.Index + 1]; 498movingCell = cells[movingCell.Index - 1]; 513movingCell = rows[rowIndex].Cells[rows[rowIndex].Cells.Count - 1]; 1173TableCell currentCell = cells[i]; 1287TableCell cell = cells[cellIndex]; 1330while (cellIndex < nextRowCells.Count && nextRowCells[cellIndex].ColumnIndex < columnIndex) 1386TableCell cell = row.Cells[iCell]; 1497TableCell cell = row.Cells[iCell]; 2099movingCell = movingCell.Row.Cells[movingCell.Index - 1]; 2108movingCell = movingCellRow.Cells[movingCellRow.Cells.Count - 1]; 2518TableCell cell = row.Cells[cellIndex];
System\windows\Documents\TextSelection.cs (1)
2506cell = cells[cellIndex];