6 references to TextSegments
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
353if (resolvedAnchor.TextSegments.Count > 0) 446textSegments = anchor.TextSegments;
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
375segments = textAnchor.TextSegments;
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
342ReadOnlyCollection<TextSegment> rangeSegments = highlightRange.Range.TextSegments;
MS\Internal\Annotations\TextAnchor.cs (2)
51foreach (TextSegment segment in anchor.TextSegments) 259foreach (TextSegment segment in otherAnchor.TextSegments)