8 references to SpannedCells
PresentationFramework (8)
MS\Internal\PtsHost\RowParagraph.cs (3)
308
if (Row.
SpannedCells
!= null)
310
_spannedCells = new CellParagraph[Row.
SpannedCells
.Length];
319
_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)
1131
TableCell[] spannedCells = currentRow.
SpannedCells
;
1307
TableCell[] spannedCells = nextRow.
SpannedCells
;
2382
TableCell[] spannedCells = rowGroup.Rows[topRow].
SpannedCells
;
2466
TableCell[] spannedCells = row.
SpannedCells
;