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