12 references to Return
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1431if (e.Key == Key.Enter || e.Key == Key.Return)
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
75if (e.Key == Key.Enter || e.Key == Key.Return)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
736if (e.Key == Key.Return || e.Key == Key.Enter)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
240if (e.Key == Key.Return || e.Key == Key.Enter)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\KeyboardEnabledRadioButton.cs (1)
18e.Key == Key.Return)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
401e.Key == Key.Tab || e.Key == Key.Escape || e.Key == Key.Return || e.Key == Key.Enter ||
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
2437Input.SendKeyboardInput (Key.Return, true); 2438Input.SendKeyboardInput (Key.Return, false);
WindowsBase (4)
Base\System\Windows\Input\Key.cs (1)
53Enter = Return,
Base\System\Windows\Input\KeyConverter.cs (1)
174case "ENTER": keyFound = Key.Return; break;
Base\System\Windows\Input\KeyInterop.cs (2)
39key = Key.Return; 734case Key.Return: