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