1 implementation of ExtendSelectionByMouse
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
808void ITextSelection.ExtendSelectionByMouse(ITextPointer cursorPosition, bool forceWordSelection, bool forceParagraphSelection)
3 references to ExtendSelectionByMouse
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (1)
1521this.Selection.ExtendSelectionByMouse(cursorPosition, _forceWordSelection, _forceParagraphSelection);
System\windows\Documents\TextEditorMouse.cs (1)
573This.Selection.ExtendSelectionByMouse(snappedCursorPosition, This._forceWordSelection, This._forceParagraphSelection);
System\windows\Documents\TextSelection.cs (1)
798thisSelection.ExtendSelectionByMouse(cursorPosition, /*forceWordSelection:*/false, /*forceParagraphSelection*/false);