20 references to AfterViewModelChangedAsync
Aspire.Dashboard (20)
Components\Pages\ConsoleLogs.razor.cs (2)
1166
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
1341
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\IPageWithSessionAndUrlState.cs (1)
90
await
AfterViewModelChangedAsync
(page, layout, false);
Components\Pages\Metrics.razor.cs (5)
152
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
220
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
250
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
304
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
322
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Resources.razor.cs (4)
141
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
148
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
692
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
858
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (4)
267
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
276
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
374
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
426
afterChangeAsync: () => this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false),
Components\Pages\Traces.razor.cs (4)
224
return this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
230
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: true);
401
await this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false);
416
afterChangeAsync: () => this.
AfterViewModelChangedAsync
(_contentLayout, waitToApplyMobileChange: false),