1 write to EditorOperations
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AbstractCommandHandlerTestState.cs (1)
122
this.
EditorOperations
= GetService<IEditorOperationsFactoryService>().GetEditorOperations(_textView);
8 references to EditorOperations
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (8)
AbstractCommandHandlerTestState.cs (8)
163
=>
EditorOperations
.Backspace();
166
=>
EditorOperations
.Delete();
169
=>
EditorOperations
.MoveToNextCharacter(extendSelection);
172
=>
EditorOperations
.MoveToPreviousCharacter(extendSelection);
175
=>
EditorOperations
.MoveToPreviousCharacter(extendSelection);
178
=>
EditorOperations
.DeleteWordToLeft();
189
EditorOperations
.SelectAndMoveCaret(
339
SendTypeChar(ch, commandHandler, () =>
EditorOperations
.InsertText(localCh.ToString()));