6 references to InputGestureCollection
PresentationCore (6)
Core\CSharp\System\Windows\Input\Command\ApplicationCommands.cs (1)
345InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (1)
345InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\MediaCommands.cs (1)
302InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\NavigationCommands.cs (1)
238InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (2)
257_inputGestureCollection = new InputGestureCollection(); 298return new InputGestureCollection();