19 references to AfterViewModelChangedAsync
Aspire.Dashboard (19)
Components\Pages\ConsoleLogs.razor.cs (3)
352
await this.
AfterViewModelChangedAsync
(_contentLayout, false);
608
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
769
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Metrics.razor.cs (5)
146
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
205
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
235
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
289
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
307
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Resources.razor.cs (3)
140
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
149
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
790
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
231
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
239
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
338
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\Traces.razor.cs (2)
197
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
352
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);