6 references to TextSegments
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
374if (resolvedAnchor.TextSegments.Count > 0) 468textSegments = anchor.TextSegments;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
394segments = textAnchor.TextSegments;
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
357ReadOnlyCollection<TextSegment> rangeSegments = highlightRange.Range.TextSegments;
src\Framework\MS\Internal\Annotations\TextAnchor.cs (2)
57foreach (TextSegment segment in anchor.TextSegments) 269foreach (TextSegment segment in otherAnchor.TextSegments)