6 references to GetNormalizedLineRange
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (1)
457TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(this.TextView, dropPosition);
System\windows\Documents\TextEditorSelection.cs (5)
790TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, startPositionInner); 841TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, endPositionInner); 1593TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, movingPositionInner); 1638TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, movingPositionInner); 1661TextSegment anchorLineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, This.Selection.AnchorPosition);