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