3 references to ArrowLeft
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
Services\EditorService.cs (2)
378await TestServices.Input.PressWithShiftAsync(SpecialKey.ArrowLeft); 384await TestServices.Input.PressAsync(SpecialKey.ArrowLeft);
Services\InputService.cs (1)
21SpecialKey.ArrowLeft => "ArrowLeft",