8 references to SpannedCells
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (3)
327
if (Row.
SpannedCells
!= null)
329
_spannedCells = new CellParagraph[Row.
SpannedCells
.Length];
338
_spannedCells[index] = FindCellParagraphForCell(rowPrevious, Row.
SpannedCells
[index]);
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
161
foreach (TableCell cell in tableRow.
SpannedCells
)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (4)
1136
TableCell[] spannedCells = currentRow.
SpannedCells
;
1312
TableCell[] spannedCells = nextRow.
SpannedCells
;
2387
TableCell[] spannedCells = rowGroup.Rows[topRow].
SpannedCells
;
2471
TableCell[] spannedCells = row.
SpannedCells
;