9 references to Ctrl
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
Input\AbstractSendKeys.cs (2)
177if ((shiftState & ShiftState.Ctrl) != 0) 195if ((shiftState & ShiftState.Ctrl) != 0)
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 (5)
AbstractIntegrationTest.cs (1)
102=> new KeyPress(virtualKey, ShiftState.Ctrl);
CSharp\CSharpIntelliSense.cs (1)
154VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.Ctrl | ShiftState.Alt));
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));