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); 360if (_contentLayout is not null) 362await _contentLayout.CloseMobileToolbarAsync(); 407await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 433contentLayout: _contentLayout);