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)
53
public bool IsToolbarPanelOpen =>
_toolbarPanel
is not null;
102
if (
_toolbarPanel
is not null)
104
await
_toolbarPanel
.CloseAsync();