6 references to _contentLayout
Aspire.Dashboard (6)
Components\Pages\StructuredLogs.razor.cs (6)
267return this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 276await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: true); 334if (_contentLayout is not null) 336await _contentLayout.CloseMobileToolbarAsync(); 374await this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false); 426afterChangeAsync: () => this.AfterViewModelChangedAsync(_contentLayout, waitToApplyMobileChange: false),