17 references to RegisterClassInputBinding
PresentationFramework (16)
MS\Internal\Commands\CommandHelpers.cs (1)
106
CommandManager.
RegisterClassInputBinding
(controlType, new InputBinding(command, inputGestures[i]));
System\Windows\Controls\DataGrid.cs (2)
56
CommandManager.
RegisterClassInputBinding
(ownerType, new InputBinding(BeginEditCommand, new KeyGesture(Key.F2)));
61
CommandManager.
RegisterClassInputBinding
(ownerType, new InputBinding(CancelEditCommand, new KeyGesture(Key.Escape)));
System\Windows\Controls\DocumentViewer.cs (3)
1641
CommandManager.
RegisterClassInputBinding
(typeof(DocumentViewer),
1653
CommandManager.
RegisterClassInputBinding
(typeof(DocumentViewer),
1665
CommandManager.
RegisterClassInputBinding
(typeof(DocumentViewer),
System\Windows\Controls\SinglePageViewer.cs (10)
1271
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.Left)));
1272
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.Up)));
1273
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.PageUp)));
1274
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Right)));
1275
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Down)));
1276
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.PageDown)));
1277
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home)));
1278
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home, ModifierKeys.Control)));
1279
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End)));
1280
CommandManager.
RegisterClassInputBinding
(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End, ModifierKeys.Control)));
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2133
CommandManager.
RegisterClassInputBinding
(typeof(DocumentApplicationDocumentViewer),