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