3 writes to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
84_toolbarPanel = await DialogService.ShowPanelAsync<ToolbarPanel>( 100_toolbarPanel = null; 113_toolbarPanel = null;
3 references to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
59public bool IsToolbarPanelOpen => _toolbarPanel is not null; 107if (_toolbarPanel is not null) 109await _toolbarPanel.CloseAsync();