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)
255TableCell cell = Row.Cells[j]; 322_cellParagraphs[cellIndex] = new CellParagraph(Row.Cells[cellIndex], StructuralCache);
src\Framework\System\Windows\Documents\TableRow.cs (1)
226TableCell cell = _cells[i];
src\Framework\System\windows\Documents\TextEditorTyping.cs (4)
1458cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1]; 1488cell = row.Cells[cellIndex + 1]; 1503cell = row.Cells[cellIndex - 1]; 1507cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1];
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (12)
354TableCell cell = cells[cellIndex]; 477movingCell = cells[movingCell.Index + 1]; 504movingCell = cells[movingCell.Index - 1]; 519movingCell = rows[rowIndex].Cells[rows[rowIndex].Cells.Count - 1]; 1175TableCell currentCell = cells[i]; 1289TableCell cell = cells[cellIndex]; 1332while (cellIndex < nextRowCells.Count && nextRowCells[cellIndex].ColumnIndex < columnIndex) 1388TableCell cell = row.Cells[iCell]; 1499TableCell cell = row.Cells[iCell]; 2101movingCell = movingCell.Row.Cells[movingCell.Index - 1]; 2110movingCell = movingCellRow.Cells[movingCellRow.Cells.Count - 1]; 2520TableCell cell = row.Cells[cellIndex];
src\Framework\System\windows\Documents\TextSelection.cs (1)
2536cell = cells[cellIndex];