6 references to TextSegments
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
352if (resolvedAnchor.TextSegments.Count > 0) 445textSegments = anchor.TextSegments;
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
374segments = textAnchor.TextSegments;
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
341ReadOnlyCollection<TextSegment> rangeSegments = highlightRange.Range.TextSegments;
MS\Internal\Annotations\TextAnchor.cs (2)
50foreach (TextSegment segment in anchor.TextSegments) 258foreach (TextSegment segment in otherAnchor.TextSegments)