4 references to InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
427return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Inline.cs (1)
57return new InlineCollection(this, /*isOwnerParent*/false);
System\Windows\Documents\Paragraph.cs (1)
74return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Span.cs (1)
172return new InlineCollection(this, /*isOwnerParent*/true);