7 instantiations of 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();
19 references to InputGestureCollection
PresentationCore (16)
System\Windows\Input\Command\ApplicationCommands.cs (2)
305internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 307InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\CommandBindingCollection.cs (1)
368InputGestureCollection inputGestures = routedCommand.InputGesturesInternal;
System\Windows\Input\Command\ComponentCommands.cs (2)
338internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 340InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\KeyGesture.cs (1)
247internal static void AddGesturesFromResourceStrings(string keyGestures, string displayStrings, InputGestureCollection gestures)
System\Windows\Input\Command\MediaCommands.cs (2)
295internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 297InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\NavigationCommands.cs (2)
230internal static InputGestureCollection LoadDefaultGestureFromResource(byte commandId) 232InputGestureCollection gestures = new InputGestureCollection();
System\Windows\Input\Command\RoutedCommand.cs (5)
56public RoutedCommand(string name, Type ownerType, InputGestureCollection inputGestures) 225public InputGestureCollection InputGestures 237internal InputGestureCollection InputGesturesInternal 254private InputGestureCollection GetInputGestures() 475private InputGestureCollection _inputGestureCollection;
System\Windows\Input\Command\RoutedUICommand.cs (1)
50public RoutedUICommand(string text, string name, Type ownerType, InputGestureCollection inputGestures)
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
1141InputGestureCollection col = routedCommand.InputGestures;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
2083InputGestureCollection input = new InputGestureCollection(); 2112private static RoutedUICommand CreateAndBindCommand(string name, string header, InputGestureCollection gestures,