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