5 instantiations of HostedElements
PresentationFramework (5)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
373
return new
HostedElements
(((ITextView)_textView).TextSegments);
378
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
455
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
System\Windows\Controls\TextBlock.cs (2)
1871
return new
HostedElements
(new ReadOnlyCollection<TextSegment>(new List<TextSegment>(0)));
1881
return new
HostedElements
(textSegments);
1 reference to HostedElements
PresentationFramework (1)
MS\Internal\Documents\HostedElements.cs (1)
71
ObjectDisposedException.ThrowIf(_textSegments == null, typeof(
HostedElements
));