3 references to _contentLayout
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (3)
140
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
149
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: false);
790
await this.AfterViewModelChangedAsync(
_contentLayout
, waitToApplyMobileChange: true);