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