22 references to AfterViewModelChangedAsync
Aspire.Dashboard (22)
Components\Pages\ConsoleLogs.razor.cs (3)
467
await this.
AfterViewModelChangedAsync
(_contentLayout, false);
866
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
1054
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 (4)
168
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
175
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
712
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
902
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
285
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
293
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
402
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Traces.razor.cs (3)
220
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
226
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
404
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);