8 references to SpannedCells
PresentationFramework (8)
MS\Internal\PtsHost\RowParagraph.cs (3)
309
if (Row.
SpannedCells
!= null)
311
_spannedCells = new CellParagraph[Row.
SpannedCells
.Length];
320
_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)
1135
TableCell[] spannedCells = currentRow.
SpannedCells
;
1311
TableCell[] spannedCells = nextRow.
SpannedCells
;
2386
TableCell[] spannedCells = rowGroup.Rows[topRow].
SpannedCells
;
2470
TableCell[] spannedCells = row.
SpannedCells
;