6 references to GetNormalizedLineRange
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (1)
458TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(this.TextView, dropPosition);
System\windows\Documents\TextEditorSelection.cs (5)
791TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, startPositionInner); 842TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, endPositionInner); 1594TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, movingPositionInner); 1639TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, movingPositionInner); 1662TextSegment anchorLineRange = TextEditorSelection.GetNormalizedLineRange(This.TextView, This.Selection.AnchorPosition);