4 writes to _openPageDialog
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (4)
200_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true); 205_openPageDialog = null; 240_openPageDialog = await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true); 244_openPageDialog = await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
6 references to _openPageDialog
Aspire.Dashboard (6)
Components\Layout\MainLayout.razor.cs (6)
190if (_openPageDialog is not null) 192if (Equals(_openPageDialog.Id, HelpDialogId)) 197await _openPageDialog.CloseAsync(); 225if (_openPageDialog is not null) 227if (Equals(_openPageDialog.Id, SettingsDialogId)) 232await _openPageDialog.CloseAsync();