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