5 references to _contentLayout
Aspire.Dashboard (5)
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);