21 references to AfterViewModelChangedAsync
Aspire.Dashboard (21)
Components\Pages\ConsoleLogs.razor.cs (3)
440
await this.
AfterViewModelChangedAsync
(_contentLayout, false);
835
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
1021
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);
814
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
232
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
240
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
340
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Traces.razor.cs (3)
205
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
211
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
388
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);