2 implementations of GetLineRange
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
934
TextSegment ITextView.
GetLineRange
(ITextPointer position)
MS\Internal\Documents\TextViewBase.cs (1)
536
TextSegment ITextView.
GetLineRange
(ITextPointer position)
24 references to GetLineRange
PresentationFramework (24)
MS\Internal\Documents\DocumentPageTextView.cs (2)
287
/// <see cref="ITextView.
GetLineRange
"/>
300
return _pageTextView.
GetLineRange
(position);
MS\Internal\Documents\TextBoxView.cs (1)
932
/// <see cref="ITextView.
GetLineRange
"/>
MS\Internal\Documents\TextDocumentView.cs (1)
332
/// <see cref="ITextView.
GetLineRange
"/>
MS\Internal\Documents\TextParagraphView.cs (1)
250
/// <see cref="ITextView.
GetLineRange
"/>
MS\Internal\Documents\TextViewBase.cs (2)
97
/// <see cref="ITextView.
GetLineRange
"/>
534
/// <see cref="ITextView.
GetLineRange
"/>
System\Windows\Controls\TextAdaptor.cs (1)
135
TextSegment lineRange = textView.
GetLineRange
(position);
System\Windows\Controls\TextBox.cs (2)
1443
textPointer = (TextPointer)TextEditor.GetTextView(this.RenderScope).
GetLineRange
(textPointer).Start.CreatePointer(textPointer.LogicalDirection);
1472
textPointer = (TextPointer)TextEditor.GetTextView(this.RenderScope).
GetLineRange
(textPointer).End.CreatePointer(textPointer.LogicalDirection);
System\Windows\Controls\TextRangeAdaptor.cs (5)
601
TextSegment lineRange = textView.
GetLineRange
(_start);
623
TextSegment lineRange = textView.
GetLineRange
(_end);
784
TextSegment lineRange = textView.
GetLineRange
(position);
801
lineRange = textView.
GetLineRange
(nextLineStart);
828
lineRange = textView.
GetLineRange
(previousLineEnd);
System\Windows\Documents\CompositionAdorner.cs (1)
574
TextSegment textSegment = _textView.
GetLineRange
(endLinePointer);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
364
TextSegment childTR = ChildTextView.
GetLineRange
(tpLine.ChildPointer.CreatePointer(position.LogicalDirection));
System\windows\Documents\TextEditorSelection.cs (3)
104
TextSegment lineRange = textView.
GetLineRange
(position);
2355
TextSegment lineRange = position.TextContainer.TextView.
GetLineRange
(position);
2364
TextSegment lineRange = position.TextContainer.TextView.
GetLineRange
(position);
System\Windows\Documents\TextPointer.cs (1)
1603
TextSegment lineRange = _tree.TextView.
GetLineRange
(this);
System\Windows\Documents\TextPointerBase.cs (2)
689
TextSegment lineSegment = textView.
GetLineRange
(position);
833
TextSegment lineRange = textView.
GetLineRange
(position);
System\Windows\Documents\TextStore.cs (1)
1072
TextSegment lineRange = this.TextView.
GetLineRange
(navigator);