3 references to _contentLayout
Aspire.Dashboard (3)
Components\Pages\ConsoleLogs.razor.cs (3)
354
await this.AfterViewModelChangedAsync(
_contentLayout
, false);
627
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
788
return this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);