4 writes to _openPageDialog
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (4)
189_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true); 194_openPageDialog = null; 229_openPageDialog = await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true); 233_openPageDialog = await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
6 references to _openPageDialog
Aspire.Dashboard (6)
Components\Layout\MainLayout.razor.cs (6)
179if (_openPageDialog is not null) 181if (Equals(_openPageDialog.Id, HelpDialogId)) 186await _openPageDialog.CloseAsync(); 214if (_openPageDialog is not null) 216if (Equals(_openPageDialog.Id, SettingsDialogId)) 221await _openPageDialog.CloseAsync();