3 writes to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
84_toolbarPanel = await DialogService.ShowDialogAsync<ToolbarPanel>( 99_toolbarPanel = null; 109_toolbarPanel = null;
2 references to _toolbarPanel
Aspire.Dashboard (2)
Components\Layout\AspirePageContentLayout.razor.cs (2)
59public bool IsToolbarPanelOpen => _toolbarPanel is not null; 107if (_toolbarPanel is { } toolbarPanel)