21 references to AfterViewModelChangedAsync
Aspire.Dashboard (21)
Components\Pages\ConsoleLogs.razor.cs (3)
467await this.AfterViewModelChangedAsync(_contentLayout, false); 863await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 1051return 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)
154await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 163await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 843await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (3)
285return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 293await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 402await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Traces.razor.cs (3)
220return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 226await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 404await 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);