Implemented interface member:
30 references to
PresentationFramework (30)
MS\Internal\PtsHost\TableParagraph.cs (2)
332
Debug.Assert(currentRowGroup.Rows
[
nextRowIndex].Index != -1,
335
tableRow = currentRowGroup.Rows
[
nextRowIndex];
System\Windows\Documents\TableRowGroup.cs (2)
226
Rows
[
i].ValidateStructure(rowSpanVector);
228
_columnCount = Math.Max(_columnCount, Rows
[
i].ColumnCount);
System\windows\Documents\TextEditorTyping.cs (6)
1434
cell = body.Rows
[
rowIndex + 1].Cells[0];
1441
cell = body.Rows
[
rowIndex - 1].Cells[body.Rows
[
rowIndex - 1].Cells.Count - 1];
1475
cell = body.Rows
[
rowIndex + 1].Cells[0];
1490
cell = body.Rows
[
rowIndex - 1].Cells[body.Rows
[
rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (18)
344
TableCellCollection cells = rowGroup.Rows
[
rowIndex].Cells;
482
while (rowIndex < rows.Count && rows
[
rowIndex].Cells.Count == 0)
489
movingCell = rows
[
rowIndex].Cells[0];
509
while (rowIndex >= 0 && rows
[
rowIndex].Cells.Count == 0)
516
movingCell = rows
[
rowIndex].Cells[rows
[
rowIndex].Cells.Count - 1];
1020
endRow = endRowGroup.Rows
[
endRowGroup.Rows.Count - 1];
1248
CorrectRowSpansOnDeleteRows(rows
[
endRow.Index + 1], deletedRowsCount);
1281
TableRow row = rows
[
rowIndex];
1370
TableRow row = rowGroup.Rows
[
iRow];
1491
TableRow row = rowGroup.Rows
[
iRow];
2372
if (rowGroup.Rows
[
topRow].ColumnCount != rowGroup.Rows
[
bottomRow].ColumnCount)
2378
if (leftColumn >= rowGroup.Rows
[
topRow].ColumnCount || rightColumn >= rowGroup.Rows
[
bottomRow].ColumnCount)
2384
TableCell[] spannedCells = rowGroup.Rows
[
topRow].SpannedCells;
2404
if (!GetBoundaryCells(rowGroup.Rows
[
rowIndex], bottomRow, leftColumn, rightColumn, out firstCell, out lastCell))
2428
TableRow row = rowGroup.Rows
[
rowIndex];
System\windows\Documents\TextSelection.cs (2)
1062
nextCell = FindCellAtColumnIndex(rowGroup.Rows
[
nextRowIndex].Cells, movingCell.ColumnIndex);
1071
nextCell = FindCellAtColumnIndex(rowGroup.Rows
[
nextRowIndex].Cells, movingCell.ColumnIndex);