4 references to Help
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
224appCommand = ApplicationCommands.Help;
PresentationFramework (1)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
346knownCommand = ApplicationCommands.Help;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (2)
49this.CommandBindings.Add(new CommandBinding(ApplicationCommands.Help, new ExecutedRoutedEventHandler(OnHelpExecuted))); 63ApplicationCommands.Help.Execute(null, focusedElement);