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