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