5 references to HostedElements
PresentationFramework (5)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
373return new HostedElements(((ITextView)_textView).TextSegments); 378return new HostedElements(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
455return new HostedElements(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
System\Windows\Controls\TextBlock.cs (2)
1871return new HostedElements(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0))); 1881return new HostedElements(textSegments);