5 references to CloseMobileToolbarAsync
Aspire.Dashboard (5)
Components\Layout\AspirePageContentLayout.razor.cs (1)
58await CloseMobileToolbarAsync();
Components\Pages\StructuredLogs.razor.cs (1)
354await _contentLayout.CloseMobileToolbarAsync();
Components\Pages\TraceDetail.razor.cs (1)
436await _layout.CloseMobileToolbarAsync();
Components\Pages\Traces.razor.cs (1)
358await _contentLayout.CloseMobileToolbarAsync();
Components_Pages_Resources_razor.g.cs (1)
641async () => { await item.OnClick!(); _contentLayout?.CloseMobileToolbarAsync(); }