3 references to 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);