7 references to InputGestureCollection
PresentationCore (6)
System\Windows\Input\Command\ApplicationCommands.cs (1)
307InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\ComponentCommands.cs (1)
340InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\MediaCommands.cs (1)
297InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\NavigationCommands.cs (1)
232InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\RoutedCommand.cs (2)
231_inputGestureCollection = new InputGestureCollection(); 272return new InputGestureCollection();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2083InputGestureCollection input = new InputGestureCollection();