4 writes to _forceParagraphSelection
PresentationFramework (4)
System\windows\Documents\TextEditorMouse.cs (4)
103
This.
_forceParagraphSelection
= false;
119
This.
_forceParagraphSelection
= false;
127
This.
_forceParagraphSelection
= true;
378
This.
_forceParagraphSelection
= false;
2 references to _forceParagraphSelection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
1527
this.Selection.ExtendSelectionByMouse(cursorPosition, _forceWordSelection,
_forceParagraphSelection
);
System\windows\Documents\TextEditorMouse.cs (1)
587
This.Selection.ExtendSelectionByMouse(snappedCursorPosition, This._forceWordSelection, This.
_forceParagraphSelection
);