3 writes to _toolbarPanel
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (3)
84
_toolbarPanel
= await DialogService.ShowDialogAsync<ToolbarPanel>(
99
_toolbarPanel
= null;
109
_toolbarPanel
= null;
2 references to _toolbarPanel
Aspire.Dashboard (2)
Components\Layout\AspirePageContentLayout.razor.cs (2)
59
public bool IsToolbarPanelOpen =>
_toolbarPanel
is not null;
107
if (
_toolbarPanel
is { } toolbarPanel)