4 writes to _forceParagraphSelection
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorMouse.cs (4)
105
This.
_forceParagraphSelection
= false;
121
This.
_forceParagraphSelection
= false;
129
This.
_forceParagraphSelection
= true;
380
This.
_forceParagraphSelection
= false;
2 references to _forceParagraphSelection
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1555
this.Selection.ExtendSelectionByMouse(cursorPosition, _forceWordSelection,
_forceParagraphSelection
);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
589
This.Selection.ExtendSelectionByMouse(snappedCursorPosition, This._forceWordSelection, This.
_forceParagraphSelection
);