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