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