6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\Traces.razor.cs (6)
224return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 230await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 363if (_contentLayout is not null) 365await _contentLayout.CloseMobileToolbarAsync(); 401await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 416afterChangeAsync: () => this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false),