2 types derived from ContentElementCollection
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
15
internal class TableColumnCollectionInternal :
ContentElementCollection
<Table, TableColumn>
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
17
:
ContentElementCollection
<TParent, TElementType>
2 references to ContentElementCollection
PresentationFramework (2)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (2)
319
internal ContentElementCollectionEnumeratorSimple(
ContentElementCollection
<TParent, TItem> collection)
397
private
ContentElementCollection
<TParent, TItem> _collection;