4 writes to _forceParagraphSelection
PresentationFramework (4)
System\windows\Documents\TextEditorMouse.cs (4)
89
This.
_forceParagraphSelection
= false;
105
This.
_forceParagraphSelection
= false;
113
This.
_forceParagraphSelection
= true;
364
This.
_forceParagraphSelection
= false;
2 references to _forceParagraphSelection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
1518
this.Selection.ExtendSelectionByMouse(cursorPosition, _forceWordSelection,
_forceParagraphSelection
);
System\windows\Documents\TextEditorMouse.cs (1)
573
This.Selection.ExtendSelectionByMouse(snappedCursorPosition, This._forceWordSelection, This.
_forceParagraphSelection
);