6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (6)
232return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 240await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 290if (_contentLayout is not null) 292await _contentLayout.CloseMobileToolbarAsync(); 340await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 378_contentLayout);