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)
50
public bool IsToolbarPanelOpen =>
_toolbarPanel
is not null;
99
if (
_toolbarPanel
is not null)
101
await
_toolbarPanel
.CloseAsync();