4 references to InputGestures
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
1128
InputGestureCollection col = routedCommand.
InputGestures
;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2084
DocumentViewer.ViewThumbnailsCommand.
InputGestures
.Add(new KeyGesture(Key.D5, ModifierKeys.Control));
2130
if (command.
InputGestures
!= null)
2132
foreach (InputGesture inputGesture in command.
InputGestures
)