6 references to Alt
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
Input\AbstractSendKeys.cs (2)
182
if ((shiftState & ShiftState.
Alt
) != 0)
200
if ((shiftState & ShiftState.
Alt
) != 0)
Microsoft.VisualStudio.LanguageServices.IntegrationTests (4)
AbstractIntegrationTest.cs (1)
108
=> new KeyPress(virtualKey, ShiftState.
Alt
);
CSharp\CSharpIntelliSense.cs (1)
154
VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.Ctrl | ShiftState.
Alt
));
CSharp\CSharpReplClassification.cs (1)
47
VisualStudio.SendKeys.Send(new KeyPress(VirtualKey.Right, ShiftState.
Alt
));
VisualBasic\BasicIntelliSense.cs (1)
277
VisualStudio.Editor.SendKeys(new KeyPress(VirtualKey.Space, ShiftState.Ctrl | ShiftState.
Alt
));