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