3 writes to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
75_toolbarPanel = await DialogService.ShowPanelAsync<ToolbarPanel>( 92_toolbarPanel = null; 105_toolbarPanel = null;
3 references to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
50public bool IsToolbarPanelOpen => _toolbarPanel is not null; 99if (_toolbarPanel is not null) 101await _toolbarPanel.CloseAsync();