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