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