20 references to AfterViewModelChangedAsync
Aspire.Dashboard (20)
Components\Pages\ConsoleLogs.razor.cs (3)
356await this.AfterViewModelChangedAsync(_contentLayout, false); 652await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 814return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\IPageWithSessionAndUrlState.cs (1)
90await AfterViewModelChangedAsync(page, layout, false);
Components\Pages\Metrics.razor.cs (5)
147return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 215await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 245return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 299return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 317await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Resources.razor.cs (3)
142await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 151await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 795await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
231return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 239await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 339await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Traces.razor.cs (2)
199return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 364await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Utils\FilterHelpers.cs (3)
61await page.AfterViewModelChangedAsync(contentLayout, waitToApplyMobileChange: false).ConfigureAwait(true); 78await page.AfterViewModelChangedAsync(contentLayout, waitToApplyMobileChange: false).ConfigureAwait(true); 90await page.AfterViewModelChangedAsync(contentLayout, waitToApplyMobileChange: false).ConfigureAwait(true);