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