4 writes to _forceParagraphSelection
PresentationFramework (4)
System\windows\Documents\TextEditorMouse.cs (4)
88This._forceParagraphSelection = false; 104This._forceParagraphSelection = false; 112This._forceParagraphSelection = true; 360This._forceParagraphSelection = false;
2 references to _forceParagraphSelection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
1508this.Selection.ExtendSelectionByMouse(cursorPosition, _forceWordSelection, _forceParagraphSelection);
System\windows\Documents\TextEditorMouse.cs (1)
569This.Selection.ExtendSelectionByMouse(snappedCursorPosition, This._forceWordSelection, This._forceParagraphSelection);