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