4 references to InputGestures
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
1141InputGestureCollection col = routedCommand.InputGestures;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2091DocumentViewer.ViewThumbnailsCommand.InputGestures.Add(new KeyGesture(Key.D5, ModifierKeys.Control)); 2137if (command.InputGestures != null) 2139foreach (InputGesture inputGesture in command.InputGestures)