Implemented interface member:
30 references to
PresentationFramework (30)
MS\Internal\PtsHost\TableParagraph.cs (2)
319
Debug.Assert(currentRowGroup.Rows
[
nextRowIndex].Index != -1,
322
tableRow = currentRowGroup.Rows
[
nextRowIndex];
System\Windows\Documents\TableRowGroup.cs (2)
195
Rows
[
i].ValidateStructure(rowSpanVector);
197
_columnCount = Math.Max(_columnCount, Rows
[
i].ColumnCount);
System\windows\Documents\TextEditorTyping.cs (6)
1413
cell = body.Rows
[
rowIndex + 1].Cells[0];
1420
cell = body.Rows
[
rowIndex - 1].Cells[body.Rows
[
rowIndex - 1].Cells.Count - 1];
1454
cell = body.Rows
[
rowIndex + 1].Cells[0];
1469
cell = body.Rows
[
rowIndex - 1].Cells[body.Rows
[
rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (18)
342
TableCellCollection cells = rowGroup.Rows
[
rowIndex].Cells;
480
while (rowIndex < rows.Count && rows
[
rowIndex].Cells.Count == 0)
487
movingCell = rows
[
rowIndex].Cells[0];
507
while (rowIndex >= 0 && rows
[
rowIndex].Cells.Count == 0)
514
movingCell = rows
[
rowIndex].Cells[rows
[
rowIndex].Cells.Count - 1];
1022
endRow = endRowGroup.Rows
[
endRowGroup.Rows.Count - 1];
1250
CorrectRowSpansOnDeleteRows(rows
[
endRow.Index + 1], deletedRowsCount);
1283
TableRow row = rows
[
rowIndex];
1372
TableRow row = rowGroup.Rows
[
iRow];
1493
TableRow row = rowGroup.Rows
[
iRow];
2374
if (rowGroup.Rows
[
topRow].ColumnCount != rowGroup.Rows
[
bottomRow].ColumnCount)
2380
if (leftColumn >= rowGroup.Rows
[
topRow].ColumnCount || rightColumn >= rowGroup.Rows
[
bottomRow].ColumnCount)
2386
TableCell[] spannedCells = rowGroup.Rows
[
topRow].SpannedCells;
2406
if (!GetBoundaryCells(rowGroup.Rows
[
rowIndex], bottomRow, leftColumn, rightColumn, out firstCell, out lastCell))
2430
TableRow row = rowGroup.Rows
[
rowIndex];
System\windows\Documents\TextSelection.cs (2)
1044
nextCell = FindCellAtColumnIndex(rowGroup.Rows
[
nextRowIndex].Cells, movingCell.ColumnIndex);
1053
nextCell = FindCellAtColumnIndex(rowGroup.Rows
[
nextRowIndex].Cells, movingCell.ColumnIndex);