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)
59
public bool IsToolbarPanelOpen =>
_toolbarPanel
is not null;
107
if (
_toolbarPanel
is not null)
109
await
_toolbarPanel
.CloseAsync();