7 instantiations of InputGestureCollection
PresentationCore (6)
System\Windows\Input\Command\ApplicationCommands.cs (1)
293
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\ComponentCommands.cs (1)
325
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\MediaCommands.cs (1)
282
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\NavigationCommands.cs (1)
217
InputGestureCollection gestures = new
InputGestureCollection
();
System\Windows\Input\Command\RoutedCommand.cs (2)
219
_inputGestureCollection = new
InputGestureCollection
();
260
return new
InputGestureCollection
();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2069
InputGestureCollection input = new
InputGestureCollection
();
19 references to InputGestureCollection
PresentationCore (16)
System\Windows\Input\Command\ApplicationCommands.cs (2)
291
internal static
InputGestureCollection
LoadDefaultGestureFromResource(byte commandId)
293
InputGestureCollection
gestures = new InputGestureCollection();
System\Windows\Input\Command\CommandBindingCollection.cs (1)
351
InputGestureCollection
inputGestures = routedCommand.InputGesturesInternal;
System\Windows\Input\Command\ComponentCommands.cs (2)
323
internal static
InputGestureCollection
LoadDefaultGestureFromResource(byte commandId)
325
InputGestureCollection
gestures = new InputGestureCollection();
System\Windows\Input\Command\KeyGesture.cs (1)
243
internal static void AddGesturesFromResourceStrings(string keyGestures, string displayStrings,
InputGestureCollection
gestures)
System\Windows\Input\Command\MediaCommands.cs (2)
280
internal static
InputGestureCollection
LoadDefaultGestureFromResource(byte commandId)
282
InputGestureCollection
gestures = new InputGestureCollection();
System\Windows\Input\Command\NavigationCommands.cs (2)
215
internal static
InputGestureCollection
LoadDefaultGestureFromResource(byte commandId)
217
InputGestureCollection
gestures = new InputGestureCollection();
System\Windows\Input\Command\RoutedCommand.cs (5)
44
public RoutedCommand(string name, Type ownerType,
InputGestureCollection
inputGestures)
213
public
InputGestureCollection
InputGestures
225
internal
InputGestureCollection
InputGesturesInternal
242
private
InputGestureCollection
GetInputGestures()
464
private
InputGestureCollection
_inputGestureCollection;
System\Windows\Input\Command\RoutedUICommand.cs (1)
45
public RoutedUICommand(string text, string name, Type ownerType,
InputGestureCollection
inputGestures)
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
1127
InputGestureCollection
col = routedCommand.InputGestures;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
2069
InputGestureCollection
input = new InputGestureCollection();
2098
private static RoutedUICommand CreateAndBindCommand(string name, string header,
InputGestureCollection
gestures,