16 references to TextSegment
PresentationFramework (16)
MS\Internal\Documents\TextBoxView.cs (2)
944
return new
TextSegment
(start, end, true);
1267
segments.Add(new
TextSegment
(start, end, true));
MS\Internal\Documents\TextContainerHelper.cs (2)
90
segments.Add(new
TextSegment
(
100
segments.Add(new
TextSegment
(
MS\Internal\Documents\TextDocumentView.cs (3)
2301
lineRange = new
TextSegment
(((TextParagraphResult)paragraph).EndPosition, ((TextParagraphResult)paragraph).EndPosition, true);
2308
lineRange = new
TextSegment
(lines[lineIndex].StartPosition, lines[lineIndex].GetContentEndPosition(), true);
3246
segments.Add(new
TextSegment
(_textContainer.Start, segmentEnd, true));
MS\Internal\Documents\TextParagraphView.cs (2)
272
return new
TextSegment
(lines[lineIndex].StartPosition, lines[lineIndex].GetContentEndPosition(), true);
479
segments.Add(new
TextSegment
(_textContainer.Start, _textContainer.End, true));
System\Windows\Controls\TextAdaptor.cs (1)
534
visibleTextSegments.Add(new
TextSegment
(visibleStart, visibleEnd, true));
System\Windows\Documents\DocumentSequenceTextView.cs (2)
369
return new
TextSegment
(tpStart, tpEnd, true);
554
parentSegments.Add(new
TextSegment
(ptpStart, ptpEnd,true));
System\Windows\Documents\FixedTextView.cs (3)
583
return new
TextSegment
(position, position, true);
614
return new
TextSegment
(begin, end, true);
718
list.Add(new
TextSegment
(this.Start, this.End, true));
System\windows\Documents\TextSegment.cs (1)
43
this
(startPosition, endPosition, false)