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)
262if (_pendingReturnFocusElementId is { } elementId && _openPageDialog is null) 358if (_openPageDialog is null) 363if (Equals(_openPageDialog.Id, dialogId) && !_openPageDialog.Result.IsCompleted) 371await _openPageDialog.CloseAsync();