8 references to SpannedCells
PresentationFramework (8)
MS\Internal\PtsHost\RowParagraph.cs (3)
312
if (Row.
SpannedCells
!= null)
314
_spannedCells = new CellParagraph[Row.
SpannedCells
.Length];
323
_spannedCells[index] = FindCellParagraphForCell(rowPrevious, Row.
SpannedCells
[index]);
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
156
foreach (TableCell cell in tableRow.
SpannedCells
)
System\Windows\Documents\TextRangeEditTables.cs (4)
1133
TableCell[] spannedCells = currentRow.
SpannedCells
;
1309
TableCell[] spannedCells = nextRow.
SpannedCells
;
2384
TableCell[] spannedCells = rowGroup.Rows[topRow].
SpannedCells
;
2468
TableCell[] spannedCells = row.
SpannedCells
;