8 references to SpannedCells
PresentationFramework (8)
MS\Internal\PtsHost\RowParagraph.cs (3)
312if (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)
156foreach (TableCell cell in tableRow.SpannedCells)
System\Windows\Documents\TextRangeEditTables.cs (4)
1133TableCell[] spannedCells = currentRow.SpannedCells; 1309TableCell[] spannedCells = nextRow.SpannedCells; 2384TableCell[] spannedCells = rowGroup.Rows[topRow].SpannedCells; 2468TableCell[] spannedCells = row.SpannedCells;