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