Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
30 references to
PresentationFramework (30)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (2)
336
Debug.Assert(currentRowGroup.Rows
[
nextRowIndex].Index != -1,
339
tableRow = currentRowGroup.Rows
[
nextRowIndex];
src\Framework\System\Windows\Documents\TableRowGroup.cs (2)
235
Rows
[
i].ValidateStructure(rowSpanVector);
237
_columnCount = Math.Max(_columnCount, Rows
[
i].ColumnCount);
src\Framework\System\windows\Documents\TextEditorTyping.cs (6)
1451
cell = body.Rows
[
rowIndex + 1].Cells[0];
1458
cell = body.Rows
[
rowIndex - 1].Cells[body.Rows
[
rowIndex - 1].Cells.Count - 1];
1492
cell = body.Rows
[
rowIndex + 1].Cells[0];
1507
cell = body.Rows
[
rowIndex - 1].Cells[body.Rows
[
rowIndex - 1].Cells.Count - 1];
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (18)
347
TableCellCollection cells = rowGroup.Rows
[
rowIndex].Cells;
485
while (rowIndex < rows.Count && rows
[
rowIndex].Cells.Count == 0)
492
movingCell = rows
[
rowIndex].Cells[0];
512
while (rowIndex >= 0 && rows
[
rowIndex].Cells.Count == 0)
519
movingCell = rows
[
rowIndex].Cells[rows
[
rowIndex].Cells.Count - 1];
1023
endRow = endRowGroup.Rows
[
endRowGroup.Rows.Count - 1];
1251
CorrectRowSpansOnDeleteRows(rows
[
endRow.Index + 1], deletedRowsCount);
1284
TableRow row = rows
[
rowIndex];
1373
TableRow row = rowGroup.Rows
[
iRow];
1494
TableRow row = rowGroup.Rows
[
iRow];
2375
if (rowGroup.Rows
[
topRow].ColumnCount != rowGroup.Rows
[
bottomRow].ColumnCount)
2381
if (leftColumn >= rowGroup.Rows
[
topRow].ColumnCount || rightColumn >= rowGroup.Rows
[
bottomRow].ColumnCount)
2387
TableCell[] spannedCells = rowGroup.Rows
[
topRow].SpannedCells;
2407
if (!GetBoundaryCells(rowGroup.Rows
[
rowIndex], bottomRow, leftColumn, rightColumn, out firstCell, out lastCell))
2431
TableRow row = rowGroup.Rows
[
rowIndex];
src\Framework\System\windows\Documents\TextSelection.cs (2)
1065
nextCell = FindCellAtColumnIndex(rowGroup.Rows
[
nextRowIndex].Cells, movingCell.ColumnIndex);
1074
nextCell = FindCellAtColumnIndex(rowGroup.Rows
[
nextRowIndex].Cells, movingCell.ColumnIndex);