5 instantiations of HostedElements
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (2)
375
return new
HostedElements
(((ITextView)_textView).TextSegments);
380
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
466
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
src\Framework\System\Windows\Controls\TextBlock.cs (2)
1959
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
1969
return new
HostedElements
(textSegments);