5 references to HostedElements
PresentationFramework (5)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
364
return new
HostedElements
(((ITextView)_textView).TextSegments);
369
return new
HostedElements
(ReadOnlyCollection<TextSegment>.Empty);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
453
return new
HostedElements
(ReadOnlyCollection<TextSegment>.Empty);
System\Windows\Controls\TextBlock.cs (2)
1852
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
1862
return new
HostedElements
(textSegments);