Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
20 references to
PresentationFramework (20)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (2)
255
TableCell cell = Row.Cells
[
j];
322
_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells
[
cellIndex], StructuralCache);
src\Framework\System\Windows\Documents\TableRow.cs (1)
226
TableCell cell = _cells
[
i];
src\Framework\System\windows\Documents\TextEditorTyping.cs (4)
1458
cell = body.Rows[rowIndex - 1].Cells
[
body.Rows[rowIndex - 1].Cells.Count - 1];
1488
cell = row.Cells
[
cellIndex + 1];
1503
cell = row.Cells
[
cellIndex - 1];
1507
cell = body.Rows[rowIndex - 1].Cells
[
body.Rows[rowIndex - 1].Cells.Count - 1];
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (12)
354
TableCell cell = cells
[
cellIndex];
477
movingCell = cells
[
movingCell.Index + 1];
504
movingCell = cells
[
movingCell.Index - 1];
519
movingCell = rows[rowIndex].Cells
[
rows[rowIndex].Cells.Count - 1];
1175
TableCell currentCell = cells
[
i];
1289
TableCell cell = cells
[
cellIndex];
1332
while (cellIndex < nextRowCells.Count && nextRowCells
[
cellIndex].ColumnIndex < columnIndex)
1388
TableCell cell = row.Cells
[
iCell];
1499
TableCell cell = row.Cells
[
iCell];
2101
movingCell = movingCell.Row.Cells
[
movingCell.Index - 1];
2110
movingCell = movingCellRow.Cells
[
movingCellRow.Cells.Count - 1];
2520
TableCell cell = row.Cells
[
cellIndex];
src\Framework\System\windows\Documents\TextSelection.cs (1)
2536
cell = cells
[
cellIndex];