32 references to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures.Wpf (32)
Preview\DifferenceViewerPreview.NavigationalCommandTarget.cs (32)
38
this.
_editorOperations
.MoveLineUp(false);
45
this.
_editorOperations
.MoveLineUp(true);
48
this.
_editorOperations
.MoveLineDown(false);
55
this.
_editorOperations
.MoveLineDown(true);
58
this.
_editorOperations
.MoveToPreviousCharacter(false);
61
this.
_editorOperations
.MoveToPreviousCharacter(true);
64
this.
_editorOperations
.MoveToNextCharacter(false);
67
this.
_editorOperations
.MoveToNextCharacter(true);
70
this.
_editorOperations
.MoveToStartOfLine(false);
73
this.
_editorOperations
.MoveToStartOfLine(true);
76
this.
_editorOperations
.PageUp(false);
79
this.
_editorOperations
.PageUp(true);
82
this.
_editorOperations
.PageDown(false);
85
this.
_editorOperations
.PageDown(true);
88
this.
_editorOperations
.MoveToStartOfDocument(false);
91
this.
_editorOperations
.MoveToStartOfDocument(true);
94
this.
_editorOperations
.MoveToEndOfDocument(false);
97
this.
_editorOperations
.MoveToEndOfDocument(true);
100
this.
_editorOperations
.SelectAll();
103
this.
_editorOperations
.CopySelection();
106
this.
_editorOperations
.MoveToHome(false);
109
this.
_editorOperations
.MoveToHome(true);
112
this.
_editorOperations
.MoveToStartOfLineAfterWhiteSpace(false);
115
this.
_editorOperations
.MoveToStartOfLineAfterWhiteSpace(true);
118
this.
_editorOperations
.MoveToEndOfLine(false);
121
this.
_editorOperations
.MoveToEndOfLine(true);
124
this.
_editorOperations
.MoveToLastNonWhiteSpaceCharacter(false);
127
this.
_editorOperations
.MoveToLastNonWhiteSpaceCharacter(true);
130
this.
_editorOperations
.MoveToTopOfView(false);
133
this.
_editorOperations
.MoveToTopOfView(true);
136
this.
_editorOperations
.MoveToBottomOfView(false);
139
this.
_editorOperations
.MoveToBottomOfView(true);