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