5 references to _contentLayout
Aspire.Dashboard (5)
Components\Pages\Traces.razor.cs (5)
197return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 304if (_contentLayout is not null) 306await _contentLayout.CloseMobileToolbarAsync(); 352await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 369contentLayout: _contentLayout);