21 references to AfterViewModelChangedAsync
Aspire.Dashboard (21)
Components\Pages\ConsoleLogs.razor.cs (2)
840
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
1000
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)
172
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
179
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
708
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
898
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);
401
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);
403
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);