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