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