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