7 writes to _openPageDialog
Aspire.Dashboard (7)
Components\Layout\MainLayout.razor.cs (7)
331
_openPageDialog
= await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
336
_openPageDialog
= null;
391
_openPageDialog
= await DialogService.ShowDialogAsync<AIAgentsDialog>(parameters).ConfigureAwait(true);
422
_openPageDialog
= await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true);
426
_openPageDialog
= await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
453
_openPageDialog
= await DialogService.ShowPanelAsync<NotificationsDialog>(parameters).ConfigureAwait(true);
457
_openPageDialog
= await DialogService.ShowDialogAsync<NotificationsDialog>(parameters).ConfigureAwait(true);
5 references to _openPageDialog
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
247
if (_pendingReturnFocusElementId is { } elementId &&
_openPageDialog
is null)
345
if (
_openPageDialog
is null)
350
if (Equals(
_openPageDialog
.Id, dialogId) && !
_openPageDialog
.Result.IsCompleted)
358
await
_openPageDialog
.CloseAsync();