6 references to GetNormalizedLineRange
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
487
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(this.TextView, dropPosition);
src\Framework\System\windows\Documents\TextEditorSelection.cs (5)
815
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, startPositionInner);
866
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, endPositionInner);
1618
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, movingPositionInner);
1663
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, movingPositionInner);
1686
TextSegment anchorLineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, This.Selection.AnchorPosition);