3 instantiations of 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);
3 references to TableTextElementCollectionInternal
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
560private TableTextElementCollectionInternal<TableRow, TableCell> _cellCollectionInternal;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
560private TableTextElementCollectionInternal<TableRowGroup, TableRow> _rowCollectionInternal;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
559private TableTextElementCollectionInternal<Table, TableRowGroup> _rowGroupCollectionInternal;