20 references to AfterViewModelChangedAsync
Aspire.Dashboard (20)
Components\Pages\ConsoleLogs.razor.cs (3)
356
await this.
AfterViewModelChangedAsync
(_contentLayout, false);
652
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
814
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\IPageWithSessionAndUrlState.cs (1)
90
await
AfterViewModelChangedAsync
(page, layout, false);
Components\Pages\Metrics.razor.cs (5)
147
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
215
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
245
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
299
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
317
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Resources.razor.cs (3)
142
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
151
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
795
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
231
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
239
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
339
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Traces.razor.cs (2)
199
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
364
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Utils\FilterHelpers.cs (3)
61
await page.
AfterViewModelChangedAsync
(contentLayout, waitToApplyMobileChange: false).ConfigureAwait(true);
78
await page.
AfterViewModelChangedAsync
(contentLayout, waitToApplyMobileChange: false).ConfigureAwait(true);
90
await page.
AfterViewModelChangedAsync
(contentLayout, waitToApplyMobileChange: false).ConfigureAwait(true);