5 references to EnsureInitializedAsync
Aspire.Dashboard (5)
Components\Controls\Chart\ChartContainer.razor.cs (1)
67await ThemeManager.EnsureInitializedAsync();
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
65await ThemeManager.EnsureInitializedAsync();
Components\Layout\MainLayout.razor.cs (1)
225await ThemeManager.EnsureInitializedAsync();
Model\ThemeManager.cs (2)
64/// To ensure the theme is loaded from the browser, <see cref="EnsureInitializedAsync"/> must be called before accessing. 78/// To ensure the theme is loaded from the browser, <see cref="EnsureInitializedAsync"/> must be called before accessing.