8 references to SpannedCells
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (3)
327if (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)
161foreach (TableCell cell in tableRow.SpannedCells)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (4)
1136TableCell[] spannedCells = currentRow.SpannedCells; 1312TableCell[] spannedCells = nextRow.SpannedCells; 2387TableCell[] spannedCells = rowGroup.Rows[topRow].SpannedCells; 2471TableCell[] spannedCells = row.SpannedCells;