3 references to TableTextElementCollectionInternal
PresentationFramework (3)
System\Windows\Documents\TableCellCollection.cs (1)
35_cellCollectionInternal = new TableTextElementCollectionInternal<TableRow, TableCell>(owner);
System\Windows\Documents\TableRowCollection.cs (1)
35_rowCollectionInternal = new TableTextElementCollectionInternal<TableRowGroup, TableRow>(owner);
System\Windows\Documents\TableRowGroupCollection.cs (1)
35_rowGroupCollectionInternal = new TableTextElementCollectionInternal<Table, TableRowGroup>(owner);