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