6 references to TextSegments
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
374
if (resolvedAnchor.
TextSegments
.Count > 0)
468
textSegments = anchor.
TextSegments
;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
394
segments = textAnchor.
TextSegments
;
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
357
ReadOnlyCollection<TextSegment> rangeSegments = highlightRange.Range.
TextSegments
;
src\Framework\MS\Internal\Annotations\TextAnchor.cs (2)
57
foreach (TextSegment segment in anchor.
TextSegments
)
269
foreach (TextSegment segment in otherAnchor.
TextSegments
)