4 references to InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
440return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Inline.cs (1)
58return new InlineCollection(this, /*isOwnerParent*/false);
System\Windows\Documents\Paragraph.cs (1)
75return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Span.cs (1)
183return new InlineCollection(this, /*isOwnerParent*/true);