3 types derived from TextElementCollection
PresentationFramework (3)
System\Windows\Documents\BlockCollection.cs (1)
19
public class BlockCollection :
TextElementCollection
<Block>
System\Windows\Documents\InlineCollection.cs (1)
23
public class InlineCollection :
TextElementCollection
<Inline>, IList
System\Windows\Documents\ListItemCollection.cs (1)
16
public class ListItemCollection :
TextElementCollection
<ListItem>
1 reference to TextElementCollection
PresentationFramework (1)
System\Windows\Documents\TextElementCollection.cs (1)
1004
internal bool IsValid(
TextElementCollection
<TextElementType> collection)