7 references to InputGestureCollection
Microsoft.VisualStudio.LanguageServices (7)
GenerateType\GenerateTypeDialog.xaml.cs (5)
51
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.A, ModifierKeys.Alt) })),
58
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.K, ModifierKeys.Alt) })),
65
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.P, ModifierKeys.Alt) })),
72
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.C, ModifierKeys.Alt) })),
79
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.X, ModifierKeys.Alt) })),
PickMembers\PickMembersDialog.xaml.cs (2)
52
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.S, ModifierKeys.Alt) })),
59
new
InputGestureCollection
(new List<InputGesture> { new KeyGesture(Key.D, ModifierKeys.Alt) })),