6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\Traces.razor.cs (6)
220return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 226await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 356if (_contentLayout is not null) 358await _contentLayout.CloseMobileToolbarAsync(); 403await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 429contentLayout: _contentLayout);