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