21 references to AfterViewModelChangedAsync
Aspire.Dashboard (21)
Components\Pages\ConsoleLogs.razor.cs (3)
467
await this.
AfterViewModelChangedAsync
(_contentLayout, false);
863
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
1051
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)
154
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
163
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
843
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);