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