4 references to F
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
982case Key.F: return 0x0F;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
128this.InputBindings.Add(new KeyBinding(FlowchartDesignerCommands.ConnectNodesCommand, new DefaultCommandExtensionCallback.ChordKeyGesture(Key.E, Key.F)));
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
211key = Key.F; 906case Key.F: