3 references to GetDefaultReturnFocusElementId
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
319
return returnFocusElementId is null ? null :
GetDefaultReturnFocusElementId
(desktopButtonId);
322
private Task LaunchHelpAsync() => LaunchHelpAsync(
GetDefaultReturnFocusElementId
(HelpButtonId));
405
public Task LaunchSettingsAsync() => LaunchSettingsAsync(
GetDefaultReturnFocusElementId
(SettingsButtonId));