4 references to F2
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
61
CommandManager.RegisterClassInputBinding(ownerType, new InputBinding(BeginEditCommand, new KeyGesture(Key.
F2
)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
474
return (key == Key.
F2
|| key == Key.Space || key == Key.Enter);
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
379
key = Key.
F2
;
1074
case Key.
F2
: