16 references to AfterViewModelChangedAsync
Aspire.Dashboard (16)
Components\Pages\ConsoleLogs.razor.cs (1)
569
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Metrics.razor.cs (4)
191
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
221
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
275
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
293
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Resources.razor.cs (3)
131
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
140
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
758
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);
339
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\Traces.razor.cs (2)
198
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
353
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
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);