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