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)
202TableCell cell = _cells[i];
System\windows\Documents\TextEditorTyping.cs (4)
1432cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1]; 1462cell = row.Cells[cellIndex + 1]; 1477cell = row.Cells[cellIndex - 1]; 1481cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (12)
349TableCell cell = cells[cellIndex]; 472movingCell = cells[movingCell.Index + 1]; 499movingCell = cells[movingCell.Index - 1]; 514movingCell = rows[rowIndex].Cells[rows[rowIndex].Cells.Count - 1]; 1170TableCell currentCell = cells[i]; 1284TableCell cell = cells[cellIndex]; 1327while (cellIndex < nextRowCells.Count && nextRowCells[cellIndex].ColumnIndex < columnIndex) 1383TableCell cell = row.Cells[iCell]; 1494TableCell cell = row.Cells[iCell]; 2096movingCell = movingCell.Row.Cells[movingCell.Index - 1]; 2105movingCell = movingCellRow.Cells[movingCellRow.Cells.Count - 1]; 2515TableCell cell = row.Cells[cellIndex];
System\windows\Documents\TextSelection.cs (1)
2520cell = cells[cellIndex];