5 references to CloseMobileToolbarAsync
Aspire.Dashboard (5)
Components\Layout\AspirePageContentLayout.razor.cs (1)
67await CloseMobileToolbarAsync();
Components\Pages\StructuredLogs.razor.cs (1)
336await _contentLayout.CloseMobileToolbarAsync();
Components\Pages\TraceDetail.razor.cs (2)
416await _layout.CloseMobileToolbarAsync(); 561await _layout.CloseMobileToolbarAsync();
Components\Pages\Traces.razor.cs (1)
365await _contentLayout.CloseMobileToolbarAsync();