6 instantiations of 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();
18 references to InputGestureCollection
PresentationCore (16)
Core\CSharp\System\Windows\Input\Command\ApplicationCommands.cs (2)
343internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 345InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (1)
394InputGestureCollection inputGestures = routedCommand.InputGesturesInternal;
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (2)
343internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 345InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
250internal static void AddGesturesFromResourceStrings(string keyGestures, string displayStrings, InputGestureCollection gestures)
Core\CSharp\System\Windows\Input\Command\MediaCommands.cs (2)
300internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 302InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\NavigationCommands.cs (2)
236internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 238InputGestureCollection gestures = new InputGestureCollection();
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (5)
57public RoutedCommand(string name, Type ownerType, InputGestureCollection inputGestures) 251public InputGestureCollection InputGestures 263internal InputGestureCollection InputGesturesInternal 280private InputGestureCollection GetInputGestures() 546private InputGestureCollection _inputGestureCollection;
Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs (1)
49public RoutedUICommand(string text, string name, Type ownerType, InputGestureCollection inputGestures)
PresentationFramework (1)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1127InputGestureCollection col = routedCommand.InputGestures;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
142bool ContainsChordKeyGestures(InputGestureCollection collection)