6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (6)
231return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 239await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 289if (_contentLayout is not null) 291await _contentLayout.CloseMobileToolbarAsync(); 338await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 376_contentLayout);