4 writes to _forceParagraphSelection
PresentationFramework (4)
System\windows\Documents\TextEditorMouse.cs (4)
103This._forceParagraphSelection = false; 119This._forceParagraphSelection = false; 127This._forceParagraphSelection = true; 378This._forceParagraphSelection = false;
2 references to _forceParagraphSelection
PresentationFramework (2)
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);