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