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