3 writes to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
78_toolbarPanel = await DialogService.ShowPanelAsync<ToolbarPanel>( 95_toolbarPanel = null; 108_toolbarPanel = null;
3 references to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
53public bool IsToolbarPanelOpen => _toolbarPanel is not null; 102if (_toolbarPanel is not null) 104await _toolbarPanel.CloseAsync();