20 references to AfterViewModelChangedAsync
Aspire.Dashboard (20)
Components\Pages\ConsoleLogs.razor.cs (2)
1166await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 1341return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\IPageWithSessionAndUrlState.cs (1)
90await AfterViewModelChangedAsync(page, layout, false);
Components\Pages\Metrics.razor.cs (5)
152return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 220await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 250return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 304return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 322await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false);
Components\Pages\Resources.razor.cs (4)
141await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 148await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 692await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 858await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true);
Components\Pages\StructuredLogs.razor.cs (4)
267return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 276await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 374await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 426afterChangeAsync: () => this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false),
Components\Pages\Traces.razor.cs (4)
224return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 230await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 401await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 416afterChangeAsync: () => this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false),