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