9 references to Ctrl
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
Input\AbstractSendKeys.cs (2)
177
if ((shiftState & ShiftState.
Ctrl
) != 0)
195
if ((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)
154
VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.
Ctrl
| ShiftState.Alt));
VisualBasic\BasicEndConstruct.cs (2)
77
VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Backspace, ShiftState.
Ctrl
));
93
VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Backspace, ShiftState.
Ctrl
));
VisualBasic\BasicIntelliSense.cs (1)
277
VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.
Ctrl
| ShiftState.Alt));