4 references to InlineCollection
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
458return new InlineCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\Inline.cs (1)
63return new InlineCollection(this, /*isOwnerParent*/false);
src\Framework\System\Windows\Documents\Paragraph.cs (1)
82return new InlineCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\Span.cs (1)
189return new InlineCollection(this, /*isOwnerParent*/true);