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