Base:
property
TextSegments
MS.Internal.Documents.TextViewBase.TextSegments
3 references to TextSegments
PresentationFramework (3)
MS\Internal\Documents\MultiPageTextView.cs (3)
154ReadOnlyCollection<TextSegment> textSegments = _pageTextViews[i].TextSegments; 690textSegments.AddRange(_pageTextViews[i].TextSegments); 902segments = pageTextView.TextSegments;