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