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