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