6 references to TextSegments
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
364if (resolvedAnchor.TextSegments.Count > 0) 457textSegments = anchor.TextSegments;
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
384segments = textAnchor.TextSegments;
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
349ReadOnlyCollection<TextSegment> rangeSegments = highlightRange.Range.TextSegments;
MS\Internal\Annotations\TextAnchor.cs (2)
54foreach (TextSegment segment in anchor.TextSegments) 262foreach (TextSegment segment in otherAnchor.TextSegments)