7 references to InputGestureCollection
PresentationCore (6)
System\Windows\Input\Command\ApplicationCommands.cs (1)
294
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\ComponentCommands.cs (1)
326
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\MediaCommands.cs (1)
283
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\NavigationCommands.cs (1)
218
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\RoutedCommand.cs (2)
220
_inputGestureCollection = new
InputGestureCollection
();
261
return new
InputGestureCollection
();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2074
InputGestureCollection input = new
InputGestureCollection
();