6 references to GetNormalizedLineRange
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (1)
475
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(this.TextView, dropPosition);
System\windows\Documents\TextEditorSelection.cs (5)
806
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, startPositionInner);
857
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, endPositionInner);
1609
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, movingPositionInner);
1654
TextSegment lineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, movingPositionInner);
1677
TextSegment anchorLineRange = TextEditorSelection.
GetNormalizedLineRange
(This.TextView, This.Selection.AnchorPosition);