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