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