11 references to KeyPress
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
OutOfProcess\ChangeSignatureDialog_OutOfProc.cs (2)
30=> VisualStudioInstance.Editor.SendKeys(new KeyPress(VirtualKey.R, ShiftState.Ctrl), new KeyPress(VirtualKey.V, ShiftState.Ctrl));
Microsoft.VisualStudio.LanguageServices.IntegrationTests (9)
AbstractIntegrationTest.cs (3)
102=> new KeyPress(virtualKey, ShiftState.Ctrl); 105=> new KeyPress(virtualKey, ShiftState.Shift); 108=> new KeyPress(virtualKey, ShiftState.Alt);
CSharp\CSharpIntelliSense.cs (1)
154VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.Ctrl | ShiftState.Alt));
CSharp\CSharpReplClassification.cs (1)
47VisualStudio.SendKeys.Send(new KeyPress(VirtualKey.Right, ShiftState.Alt));
CSharp\CSharpSignatureHelp.cs (1)
78VisualStudio.Editor.SendKeys(new object[] { VirtualKey.Home, new KeyPress(VirtualKey.End, ShiftState.Shift), VirtualKey.Delete });
VisualBasic\BasicEndConstruct.cs (2)
77VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Backspace, ShiftState.Ctrl)); 93VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Backspace, ShiftState.Ctrl));
VisualBasic\BasicIntelliSense.cs (1)
277VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.Ctrl | ShiftState.Alt));