4 writes to _openPageDialog
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (4)
188_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true); 193_openPageDialog = null; 228_openPageDialog = await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true); 232_openPageDialog = await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
6 references to _openPageDialog
Aspire.Dashboard (6)
Components\Layout\MainLayout.razor.cs (6)
178if (_openPageDialog is not null) 180if (Equals(_openPageDialog.Id, HelpDialogId)) 185await _openPageDialog.CloseAsync(); 213if (_openPageDialog is not null) 215if (Equals(_openPageDialog.Id, SettingsDialogId)) 220await _openPageDialog.CloseAsync();