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);