13 references to Table
PresentationFramework (13)
MS\Internal\PtsHost\RowParagraph.cs (1)
364internal Table Table { get { return Row.Table; } }
System\Windows\Documents\TableCell.cs (3)
344if(row.Table != null) 346row.Table.OnStructureChanged(); 380internal Table Table { get { return Row != null ? Row.Table : null; } }
System\Windows\Documents\TableRow.cs (3)
158if (Table != null) 160Table.OnStructureChanged(); 179Table.OnStructureChanged();
System\Windows\Documents\TextRangeEditTables.cs (6)
1037start = startRow.Table.ElementEnd; 1040TextRange rowsSegment = new TextRange(startRow.ContentStart, startRow.Table.ContentEnd); 1050end = endRow.Table.ElementStart; 1053TextRange rowsSegment = new TextRange(endRow.Table.ContentStart, endRow.ContentEnd); 1236Table table= startRow.Table; 1266Table table = rows[0].Table;