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