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