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