21 references to AfterViewModelChangedAsync
Aspire.Dashboard (21)
Components\Pages\ConsoleLogs.razor.cs (2)
840await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 1000return 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 (4)
172await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 179await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 708await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 898await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
285return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 293await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 401await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Traces.razor.cs (3)
220return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 226await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 403await 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);