3 references to F1
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
213if(!( ( key >= Key.F1 && key <= Key.F24 ) || ( key >= Key.NumPad0 && key <= Key.Divide ) ))
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
375key = Key.F1; 1070case Key.F1: