5 writes to _openPageDialog
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
344
_openPageDialog
= await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
349
_openPageDialog
= null;
402
_openPageDialog
= await DialogService.ShowDialogAsync<AIAgentsDialog>(parameters).ConfigureAwait(true);
429
_openPageDialog
= await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true);
451
_openPageDialog
= await DialogService.ShowPanelAsync<NotificationsDialog>(parameters).ConfigureAwait(true);
5 references to _openPageDialog
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
262
if (_pendingReturnFocusElementId is { } elementId &&
_openPageDialog
is null)
358
if (
_openPageDialog
is null)
363
if (Equals(
_openPageDialog
.Id, dialogId) && !
_openPageDialog
.Result.IsCompleted)
371
await
_openPageDialog
.CloseAsync();