2 types derived from ContentElementCollection
PresentationFramework (2)
MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
19
internal class TableColumnCollectionInternal :
ContentElementCollection
<Table, TableColumn>
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
21
:
ContentElementCollection
<TParent, TElementType>
2 references to ContentElementCollection
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
310
internal ContentElementCollectionEnumeratorSimple(
ContentElementCollection
<TParent, TItem> collection)
388
private
ContentElementCollection
<TParent, TItem> _collection;