Implemented interface member:
20 references to
PresentationFramework (20)
MS\Internal\PtsHost\RowParagraph.cs (2)
240TableCell cell = Row.Cells[j]; 307_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
System\Windows\Documents\TableRow.cs (1)
217TableCell cell = _cells[i];
System\windows\Documents\TextEditorTyping.cs (4)
1441cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1]; 1471cell = row.Cells[cellIndex + 1]; 1486cell = row.Cells[cellIndex - 1]; 1490cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (12)
351TableCell cell = cells[cellIndex]; 474movingCell = cells[movingCell.Index + 1]; 501movingCell = cells[movingCell.Index - 1]; 516movingCell = rows[rowIndex].Cells[rows[rowIndex].Cells.Count - 1]; 1172TableCell currentCell = cells[i]; 1286TableCell cell = cells[cellIndex]; 1329while (cellIndex < nextRowCells.Count && nextRowCells[cellIndex].ColumnIndex < columnIndex) 1385TableCell cell = row.Cells[iCell]; 1496TableCell cell = row.Cells[iCell]; 2098movingCell = movingCell.Row.Cells[movingCell.Index - 1]; 2107movingCell = movingCellRow.Cells[movingCellRow.Cells.Count - 1]; 2517TableCell cell = row.Cells[cellIndex];
System\windows\Documents\TextSelection.cs (1)
2523cell = cells[cellIndex];