13 references to Table
PresentationFramework (13)
MS\Internal\PtsHost\RowParagraph.cs (1)
368internal Table Table { get { return Row.Table; } }
System\Windows\Documents\TableCell.cs (3)
357if(row.Table != null) 359row.Table.OnStructureChanged(); 393internal Table Table { get { return Row != null ? Row.Table : null; } }
System\Windows\Documents\TableRow.cs (3)
173if (Table != null) 175Table.OnStructureChanged(); 194Table.OnStructureChanged();
System\Windows\Documents\TextRangeEditTables.cs (6)
1039start = startRow.Table.ElementEnd; 1042TextRange rowsSegment = new TextRange(startRow.ContentStart, startRow.Table.ContentEnd); 1052end = endRow.Table.ElementStart; 1055TextRange rowsSegment = new TextRange(endRow.Table.ContentStart, endRow.ContentEnd); 1238Table table= startRow.Table; 1268Table table = rows[0].Table;